Method |
Description |
|
dir_closedir ( ) |
|
|
dir_opendir ( $uri, $options ) |
|
|
dir_readdir ( ) |
|
|
dir_rewinddir ( ) |
|
|
mkdir ( $uri, $mode, $options ) |
|
|
register ( string $scheme, Puli\Repository\Api\ResourceRepository | callable $repositoryFactory ) |
Registers a repository as PHP stream wrapper. |
|
rename ( $uriFrom, $uriTo ) |
|
|
rmdir ( $uri, $options ) |
|
|
stream_cast ( $castAs ) |
|
|
stream_close ( ) |
|
|
stream_eof ( ) |
|
|
stream_flush ( ) |
|
|
stream_lock ( $operation ) |
|
|
stream_metadata ( $uri, $option ) |
|
|
stream_open ( $uri, $mode, $options, &$openedPath ) |
|
|
stream_read ( $length ) |
|
|
stream_seek ( $offset, $whence = SEEK_SET ) |
|
|
stream_set_option ( $option, $arg1, $arg2 ) |
|
|
stream_stat ( ) |
|
|
stream_tell ( ) |
|
|
stream_truncate ( $newSize ) |
|
|
stream_write ( $data ) |
|
|
unlink ( $uri ) |
|
|
unregister ( string $scheme ) |
Unregisters the given scheme. |
|
url_stat ( $uri, $flags ) |
|
|