PHP 클래스 Opis\Closure\ClosureStream

파일 보기 프로젝트 열기: opis/closure 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$content
$isRegistred
$length
$pointer

공개 메소드들

메소드 설명
register ( )
stream_eof ( )
stream_open ( $path, $mode, $options, &$opened_path )
stream_read ( $count )
stream_seek ( $offset, $whence = SEEK_SET )
stream_stat ( )
stream_tell ( )
url_stat ( $path, $flags )

메소드 상세

register() 공개 정적인 메소드

public static register ( )

stream_eof() 공개 메소드

public stream_eof ( )

stream_open() 공개 메소드

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

stream_read() 공개 메소드

public stream_read ( $count )

stream_seek() 공개 메소드

public stream_seek ( $offset, $whence = SEEK_SET )

stream_stat() 공개 메소드

public stream_stat ( )

stream_tell() 공개 메소드

public stream_tell ( )

url_stat() 공개 메소드

public url_stat ( $path, $flags )

프로퍼티 상세

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

protected $content

$isRegistred 보호되어 있는 정적으로 프로퍼티

protected static $isRegistred

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

protected $length

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

protected $pointer