PHP Class Webmozart\Console\IO\InputStream\StreamInputStream

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

Méthodes publiques

Méthode Description
__construct ( resource $stream ) Creates the input.
close ( )
isClosed ( )
read ( $length )
readLine ( $length = null )

Method Details

__construct() public méthode

Creates the input.
public __construct ( resource $stream )
$stream resource A stream resource.

close() public méthode

public close ( )

isClosed() public méthode

public isClosed ( )

read() public méthode

public read ( $length )

readLine() public méthode

public readLine ( $length = null )