|
| dir_closedir () |
|
| dir_opendir (string $path, int $options) |
|
| dir_readdir () |
|
| dir_rewinddir () |
|
| mkdir (string $path, int $mode, int $options) |
|
| rename (string $path_from, string $path_to) |
|
| rmdir (string $path, int $options) |
|
| stream_cast (int $cast_as) |
|
| stream_close () |
|
| stream_eof () |
|
| stream_flush () |
|
| stream_lock (int $operation) |
|
| stream_metadata (string $path, int $option, $value) |
|
| stream_open (string $path, string $mode, int $options, string &$opened_path=null) |
|
| stream_read (int $count) |
|
| stream_seek (int $offset, int $whence=SEEK_SET) |
|
| stream_set_option (int $option, int $arg1, int $arg2) |
|
| stream_stat () |
|
| stream_tell () |
|
| stream_truncate (int $new_size) |
|
| stream_write (string $data) |
|
| unlink (string $path) |
|
| url_stat (string $path, int $flags) |
|
◆ assert()
assert |
( |
string |
$path, |
|
|
string |
$command |
|
) |
| |
|
protected |
◆ collectInvocation()
collectInvocation |
( |
string |
$path | ) |
|
|
protected |
◆ dir_closedir()
◆ dir_opendir()
dir_opendir |
( |
string |
$path, |
|
|
int |
$options |
|
) |
| |
◆ dir_readdir()
◆ dir_rewinddir()
◆ invokeInternalStreamWrapper()
invokeInternalStreamWrapper |
( |
string |
$functionName, |
|
|
|
$arguments |
|
) |
| |
|
private |
Invokes commands on the native PHP Phar stream wrapper.
- Paramètres
-
string | $functionName | |
| mixed | ...$arguments |
- Renvoie
- mixed
Références $result, PharStreamWrapper\registerStreamWrapper(), et PharStreamWrapper\restoreInternalSteamWrapper().
Référencé par PharStreamWrapper\dir_closedir(), PharStreamWrapper\dir_opendir(), PharStreamWrapper\dir_readdir(), PharStreamWrapper\dir_rewinddir(), PharStreamWrapper\mkdir(), PharStreamWrapper\rename(), PharStreamWrapper\rmdir(), PharStreamWrapper\stream_close(), PharStreamWrapper\stream_eof(), PharStreamWrapper\stream_flush(), PharStreamWrapper\stream_lock(), PharStreamWrapper\stream_metadata(), PharStreamWrapper\stream_open(), PharStreamWrapper\stream_read(), PharStreamWrapper\stream_seek(), PharStreamWrapper\stream_set_option(), PharStreamWrapper\stream_stat(), PharStreamWrapper\stream_tell(), PharStreamWrapper\stream_truncate(), PharStreamWrapper\stream_write(), PharStreamWrapper\unlink(), et PharStreamWrapper\url_stat().
◆ mkdir()
mkdir |
( |
string |
$path, |
|
|
int |
$mode, |
|
|
int |
$options |
|
) |
| |
◆ registerStreamWrapper()
registerStreamWrapper |
( |
| ) |
|
|
private |
◆ rename()
rename |
( |
string |
$path_from, |
|
|
string |
$path_to |
|
) |
| |
◆ resolveAssertable()
◆ restoreInternalSteamWrapper()
restoreInternalSteamWrapper |
( |
| ) |
|
|
private |
◆ rmdir()
rmdir |
( |
string |
$path, |
|
|
int |
$options |
|
) |
| |
◆ stream_cast()
stream_cast |
( |
int |
$cast_as | ) |
|
◆ stream_close()
◆ stream_eof()
◆ stream_flush()
◆ stream_lock()
stream_lock |
( |
int |
$operation | ) |
|
◆ stream_metadata()
stream_metadata |
( |
string |
$path, |
|
|
int |
$option, |
|
|
|
$value |
|
) |
| |
◆ stream_open()
stream_open |
( |
string |
$path, |
|
|
string |
$mode, |
|
|
int |
$options, |
|
|
string & |
$opened_path = null |
|
) |
| |
◆ stream_read()
stream_read |
( |
int |
$count | ) |
|
◆ stream_seek()
stream_seek |
( |
int |
$offset, |
|
|
int |
$whence = SEEK_SET |
|
) |
| |
◆ stream_set_option()
stream_set_option |
( |
int |
$option, |
|
|
int |
$arg1, |
|
|
int |
$arg2 |
|
) |
| |
◆ stream_stat()
◆ stream_tell()
◆ stream_truncate()
stream_truncate |
( |
int |
$new_size | ) |
|
◆ stream_write()
stream_write |
( |
string |
$data | ) |
|
◆ unlink()
◆ url_stat()
url_stat |
( |
string |
$path, |
|
|
int |
$flags |
|
) |
| |
◆ $context
◆ $internalResource
◆ $invocation
◆ STREAM_OPEN_FOR_INCLUDE
const STREAM_OPEN_FOR_INCLUDE = 128 |
La documentation de cette classe a été générée à partir du fichier suivant :