PHP Class Opis\Closure\ClosureStream

Mostra file Open project: opis/closure Class Usage Examples

Protected Properties

Property Type Description
$content
$isRegistred
$length
$pointer

Public Methods

Method Description
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 )

Method Details

register() public static method

public static register ( )

stream_eof() public method

public stream_eof ( )

stream_open() public method

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

stream_read() public method

public stream_read ( $count )

stream_seek() public method

public stream_seek ( $offset, $whence = SEEK_SET )

stream_stat() public method

public stream_stat ( )

stream_tell() public method

public stream_tell ( )

url_stat() public method

public url_stat ( $path, $flags )

Property Details

$content protected_oe property

protected $content

$isRegistred protected_oe static_oe property

protected static $isRegistred

$length protected_oe property

protected $length

$pointer protected_oe property

protected $pointer