PHP 클래스 Webmozart\Console\IO\OutputStream\BufferedOutputStream

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

공개 메소드들

메소드 설명
clear ( ) Clears the buffer.
close ( )
fetch ( ) : string Returns the contents of the buffer.
flush ( )
isClosed ( )
supportsAnsi ( )
write ( $string )

메소드 상세

clear() 공개 메소드

Clears the buffer.
public clear ( )

close() 공개 메소드

public close ( )

fetch() 공개 메소드

Returns the contents of the buffer.
public fetch ( ) : string
리턴 string The buffered data.

flush() 공개 메소드

public flush ( )

isClosed() 공개 메소드

public isClosed ( )

supportsAnsi() 공개 메소드

public supportsAnsi ( )

write() 공개 메소드

public write ( $string )