PHP 클래스 Swoole\Memory\Stream

파일 보기 프로젝트 열기: matyhtf/swoole_framework

공개 프로퍼티들

프로퍼티 타입 설명
$memory

보호된 프로퍼티들

프로퍼티 타입 설명
$position
$varname

공개 메소드들

메소드 설명
stream_eof ( )
stream_metadata ( $path, $option, $var )
stream_open ( $path, $mode, $options, &$opened_path )
stream_read ( $count )
stream_seek ( $offset, $whence )
stream_tell ( )
stream_write ( $data )

메소드 상세

stream_eof() 공개 메소드

public stream_eof ( )

stream_metadata() 공개 메소드

public stream_metadata ( $path, $option, $var )

stream_open() 공개 메소드

public stream_open ( $path, $mode, $options, &$opened_path )

stream_read() 공개 메소드

public stream_read ( $count )

stream_seek() 공개 메소드

public stream_seek ( $offset, $whence )

stream_tell() 공개 메소드

public stream_tell ( )

stream_write() 공개 메소드

public stream_write ( $data )

프로퍼티 상세

$memory 정적으로 공개적으로 프로퍼티

static public $memory

$position 보호되어 있는 프로퍼티

protected $position

$varname 보호되어 있는 프로퍼티

protected $varname