Stream wrapper.
More...
|
| dir_closedir () |
|
| dir_opendir ($path, $options) |
|
| dir_readdir () |
|
| dir_rewinddir () |
|
| mkdir ($path, $mode, $options) |
|
| rename ($path_from, $path_to) |
|
| rmdir ($path, $options) |
|
| stream_close () |
|
| stream_eof () |
|
| stream_flush () |
|
| stream_metadata ($path, $option, $value) |
|
| stream_open ($path, $mode, $options, &$opened_path) |
|
| stream_read ($count) |
|
| stream_seek ($offset, $whence) |
|
| stream_set_option ($option, $arg1, $arg2) |
|
| stream_stat () |
|
| stream_tell () |
|
| stream_truncate ($new_size) |
|
| stream_write ($data) |
|
| unlink ($path) |
|
| url_stat ($path, $flags) |
|
| propertyExists ($property) |
| Check if a property exists (public or published). More...
|
|
| constants ($prefix=null) |
| Return all constants. More...
|
|
| get ($key) |
| Get one or more properties. More...
|
|
| set ($key, $value=null) |
| Set one or more properties. More...
|
|
| __get ($key) |
|
| __set ($key, $value) |
|
|
| splitPath ($path) |
| Split the path in protocol, handlers, filename and optional parameters (all stored in properties). More...
|
|
| getData () |
|
| publish ($property, $visibility=self::READABLE) |
| Publish a property (or hide it again). More...
|
|
| configure ($config) |
| Configure the object. More...
|
|
| _get ($key) |
| Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
|
| _set ($key, $value) |
| Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
|
◆ dir_closedir()
◆ dir_opendir()
dir_opendir |
( |
|
$path, |
|
|
|
$options |
|
) |
| |
◆ dir_readdir()
◆ dir_rewinddir()
◆ getData()
◆ mkdir()
mkdir |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options |
|
) |
| |
◆ rename()
rename |
( |
|
$path_from, |
|
|
|
$path_to |
|
) |
| |
◆ rmdir()
rmdir |
( |
|
$path, |
|
|
|
$options |
|
) |
| |
◆ splitPath()
Split the path in protocol, handlers, filename and optional parameters (all stored in properties).
- Parameters
-
string | $path | Path of the form fred://handler1/handler2/file.ext?key1=value1&key2=value2 (where 'fred' is the name of the global var with the framework handle). |
- Returns
- bool True when successful.
Definition at line 29 of file Wrapper.php.
◆ stream_close()
◆ stream_eof()
◆ stream_flush()
◆ stream_metadata()
stream_metadata |
( |
|
$path, |
|
|
|
$option, |
|
|
|
$value |
|
) |
| |
◆ stream_open()
stream_open |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options, |
|
|
& |
$opened_path |
|
) |
| |
◆ stream_read()
◆ stream_seek()
stream_seek |
( |
|
$offset, |
|
|
|
$whence |
|
) |
| |
◆ stream_set_option()
stream_set_option |
( |
|
$option, |
|
|
|
$arg1, |
|
|
|
$arg2 |
|
) |
| |
◆ stream_stat()
◆ stream_tell()
◆ stream_truncate()
stream_truncate |
( |
|
$new_size | ) |
|
◆ stream_write()
◆ unlink()
◆ url_stat()
url_stat |
( |
|
$path, |
|
|
|
$flags |
|
) |
| |
◆ $_data
◆ $_dir
◆ $_filename
◆ $_fred
◆ $_handlers
◆ $_modified
◆ $_params
◆ $_position
◆ $_readOnly
◆ $context
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Stream/Wrapper.php