PHP 클래스 Clue\React\Buzz\Message\ReadableBodyStream

상속: extends Evenement\EventEmitter, implements React\Stream\ReadableStreamInterface, implements Psr\Http\Message\StreamInterface
파일 보기 프로젝트 열기: clue/buzz-react

공개 메소드들

메소드 설명
__construct ( React\Stream\ReadableStreamInterface $input )
__toString ( )
close ( )
detach ( )
eof ( )
getContents ( )
getMetadata ( $key = null )
getSize ( )
isReadable ( )
isSeekable ( )
isWritable ( )
pause ( )
pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] )
read ( $length )
resume ( )
rewind ( )
seek ( $offset, $whence = SEEK_SET )
tell ( )
write ( $string )

메소드 상세

__construct() 공개 메소드

public __construct ( React\Stream\ReadableStreamInterface $input )
$input React\Stream\ReadableStreamInterface

__toString() 공개 메소드

public __toString ( )

close() 공개 메소드

public close ( )

detach() 공개 메소드

public detach ( )

eof() 공개 메소드

public eof ( )

getContents() 공개 메소드

public getContents ( )

getMetadata() 공개 메소드

public getMetadata ( $key = null )

getSize() 공개 메소드

public getSize ( )

isReadable() 공개 메소드

public isReadable ( )

isSeekable() 공개 메소드

public isSeekable ( )

isWritable() 공개 메소드

public isWritable ( )

pause() 공개 메소드

public pause ( )

pipe() 공개 메소드

public pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] )
$dest React\Stream\WritableStreamInterface
$options array

read() 공개 메소드

public read ( $length )

resume() 공개 메소드

public resume ( )

rewind() 공개 메소드

public rewind ( )

seek() 공개 메소드

public seek ( $offset, $whence = SEEK_SET )

tell() 공개 메소드

public tell ( )

write() 공개 메소드

public write ( $string )