PHP 클래스 React\Stream\Buffer

상속: extends Evenement\EventEmitter, implements React\Stream\WritableStreamInterface
파일 보기 프로젝트 열기: reactphp/stream 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$listening
$softLimit
$stream

공개 메소드들

메소드 설명
__construct ( $stream, React\EventLoop\LoopInterface $loop )
close ( )
end ( $data = null )
handleWrite ( )
isWritable ( )
write ( $data )

메소드 상세

__construct() 공개 메소드

public __construct ( $stream, React\EventLoop\LoopInterface $loop )
$loop React\EventLoop\LoopInterface

close() 공개 메소드

public close ( )

end() 공개 메소드

public end ( $data = null )

handleWrite() 공개 메소드

public handleWrite ( )

isWritable() 공개 메소드

public isWritable ( )

write() 공개 메소드

public write ( $data )

프로퍼티 상세

$listening 공개적으로 프로퍼티

public $listening

$softLimit 공개적으로 프로퍼티

public $softLimit

$stream 공개적으로 프로퍼티

public $stream