|
| stream_close () |
|
| stream_flush () |
|
| stream_open ($path, $mode, $options, $opened_path) |
|
| stream_read ($count) |
|
| stream_write ($data) |
|
| stream_tell () |
|
| stream_eof () |
|
| stream_seek ($offset, $whence) |
|
| stream_set_option (int $option, int $arg1, int $arg2) |
|
| stream_stat () |
|
| unlink ($path) |
|
| rename ($path_from, $path_to) |
|
| mkdir ($path, $mode, $options) |
|
| rmdir ($path, $options) |
|
| dir_opendir ($path, $options) |
|
| url_stat ($path, $flags) |
|
| dir_readdir () |
|
| dir_rewinddir () |
|
| dir_closedir () |
|
◆ dir_closedir()
◆ dir_opendir()
dir_opendir |
( |
|
$path, |
|
|
|
$options |
|
) |
| |
◆ dir_readdir()
◆ dir_rewinddir()
◆ mkdir()
mkdir |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options |
|
) |
| |
◆ rename()
rename |
( |
|
$path_from, |
|
|
|
$path_to |
|
) |
| |
◆ rmdir()
rmdir |
( |
|
$path, |
|
|
|
$options |
|
) |
| |
◆ set_filesystem()
static set_filesystem |
( |
array |
$fs | ) |
|
|
static |
◆ stream_close()
◆ stream_eof()
◆ stream_flush()
◆ stream_open()
stream_open |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options, |
|
|
|
$opened_path |
|
) |
| |
◆ stream_read()
◆ stream_seek()
stream_seek |
( |
|
$offset, |
|
|
|
$whence |
|
) |
| |
◆ stream_set_option()
stream_set_option |
( |
int |
$option, |
|
|
int |
$arg1, |
|
|
int |
$arg2 |
|
) |
| |
◆ stream_stat()
◆ stream_tell()
◆ stream_write()
◆ unlink()
◆ url_stat()
url_stat |
( |
|
$path, |
|
|
|
$flags |
|
) |
| |
The documentation for this class was generated from the following file: