PHP 클래스 Webmozart\Console\IO\InputStream\StreamInputStream

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: implements Webmozart\Console\Api\IO\InputStream
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( resource $stream ) Creates the input.
close ( )
isClosed ( )
read ( $length )
readLine ( $length = null )

메소드 상세

__construct() 공개 메소드

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

close() 공개 메소드

public close ( )

isClosed() 공개 메소드

public isClosed ( )

read() 공개 메소드

public read ( $length )

readLine() 공개 메소드

public readLine ( $length = null )