C# Class Pchp.Core.Context

Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Méthodes publiques

Méthode Description
Echo ( PhpNumber value ) : void
Echo ( PhpString value ) : void
Echo ( PhpValue value ) : void
Echo ( double value ) : void
Echo ( int value ) : void
Echo ( long value ) : void
Echo ( object value ) : void
Echo ( string value ) : void

Méthodes protégées

Méthode Description
InitOutput ( Stream output ) : void

Initialize output of this context. To be used by the context constructor.

Private Methods

Méthode Description
EnsureBufferedOutput ( bool enableBuffering ) : BufferedOutput
FinalizeBufferedOutput ( ) : void

Flushes all remaining data from output buffers.

Method Details

Echo() public méthode

public Echo ( PhpNumber value ) : void
value PhpNumber
Résultat void

Echo() public méthode

public Echo ( PhpString value ) : void
value PhpString
Résultat void

Echo() public méthode

public Echo ( PhpValue value ) : void
value PhpValue
Résultat void

Echo() public méthode

public Echo ( double value ) : void
value double
Résultat void

Echo() public méthode

public Echo ( int value ) : void
value int
Résultat void

Echo() public méthode

public Echo ( long value ) : void
value long
Résultat void

Echo() public méthode

public Echo ( object value ) : void
value object
Résultat void

Echo() public méthode

public Echo ( string value ) : void
value string
Résultat void

InitOutput() protected méthode

Initialize output of this context. To be used by the context constructor.
protected InitOutput ( Stream output ) : void
output Stream
Résultat void