PHP Class Webmozart\Console\IO\OutputStream\BufferedOutputStream

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: implements Webmozart\Console\Api\IO\OutputStream
Afficher le fichier Open project: webmozart/console Class Usage Examples

Méthodes publiques

Méthode Description
clear ( ) Clears the buffer.
close ( )
fetch ( ) : string Returns the contents of the buffer.
flush ( )
isClosed ( )
supportsAnsi ( )
write ( $string )

Method Details

clear() public méthode

Clears the buffer.
public clear ( )

close() public méthode

public close ( )

fetch() public méthode

Returns the contents of the buffer.
public fetch ( ) : string
Résultat string The buffered data.

flush() public méthode

public flush ( )

isClosed() public méthode

public isClosed ( )

supportsAnsi() public méthode

public supportsAnsi ( )

write() public méthode

public write ( $string )