|
| 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_opendir |
( |
|
$path, |
|
|
|
$options |
|
) |
| |
mkdir |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options |
|
) |
| |
rename |
( |
|
$path_from, |
|
|
|
$path_to |
|
) |
| |
rmdir |
( |
|
$path, |
|
|
|
$options |
|
) |
| |
static set_filesystem |
( |
array |
$fs | ) |
|
|
static |
stream_open |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options, |
|
|
|
$opened_path |
|
) |
| |
stream_seek |
( |
|
$offset, |
|
|
|
$whence |
|
) |
| |
stream_set_option |
( |
int |
$option, |
|
|
int |
$arg1, |
|
|
int |
$arg2 |
|
) |
| |
url_stat |
( |
|
$path, |
|
|
|
$flags |
|
) |
| |
The documentation for this class was generated from the following file: