PHP Class Patchwork\CodeManipulation\Stream

Show file Open project: antecedent/patchwork

Public Properties

Property Type Description
$context
$resource

Protected Properties

Property Type Description
$protocols

Public Methods

Method Description
dir_closedir ( )
dir_opendir ( $path, $options )
dir_readdir ( )
dir_rewinddir ( )
mkdir ( $path, $mode, $options )
rename ( $path_from, $path_to )
rmdir ( $path, $options )
stream_cast ( $cast_as )
stream_close ( )
stream_eof ( )
stream_flush ( )
stream_lock ( $operation )
stream_metadata ( $path, $option, $value )
stream_open ( $path, $mode, $options, &$openedPath )
stream_read ( $count )
stream_seek ( $offset, $whence = SEEK_SET )
stream_set_option ( $option, $arg1, $arg2 )
stream_stat ( )
stream_tell ( )
stream_truncate ( $new_size )
stream_write ( $data )
unlink ( $path )
unwrap ( )
url_stat ( $path, $flags )
wrap ( )

Method Details

dir_closedir() public method

public dir_closedir ( )

dir_opendir() public method

public dir_opendir ( $path, $options )

dir_readdir() public method

public dir_readdir ( )

dir_rewinddir() public method

public dir_rewinddir ( )

mkdir() public method

public mkdir ( $path, $mode, $options )

rename() public method

public rename ( $path_from, $path_to )

rmdir() public method

public rmdir ( $path, $options )

stream_cast() public method

public stream_cast ( $cast_as )

stream_close() public method

public stream_close ( )

stream_eof() public method

public stream_eof ( )

stream_flush() public method

public stream_flush ( )

stream_lock() public method

public stream_lock ( $operation )

stream_metadata() public method

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

stream_open() public method

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

stream_read() public method

public stream_read ( $count )

stream_seek() public method

public stream_seek ( $offset, $whence = SEEK_SET )

stream_set_option() public method

public stream_set_option ( $option, $arg1, $arg2 )

stream_stat() public method

public stream_stat ( )

stream_tell() public method

public stream_tell ( )

stream_truncate() public method

public stream_truncate ( $new_size )

stream_write() public method

public stream_write ( $data )

unwrap() public static method

public static unwrap ( )

url_stat() public method

public url_stat ( $path, $flags )

wrap() public static method

public static wrap ( )

Property Details

$context public property

public $context

$protocols protected static property

protected static $protocols

$resource public property

public $resource