Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
dir_closedir () | |
dir_opendir ($path, $options) | |
dir_readdir () | |
dir_rewinddir () | |
mkdir ($path, $mode, $options) | |
rename ($path_from, $path_to) | |
rmdir ($path, $options) | |
stream_cast ($cast_as) | |
stream_close () | |
stream_eof () | |
stream_flush () | |
stream_lock ($operation) | |
stream_metadata ($path, $option, $value) | |
stream_open ( $path, $mode, $options, &$opened_path=null) | |
stream_read ($count) | |
stream_seek ($offset, $whence=SEEK_SET) | |
stream_set_option ($option, $arg1, $arg2) | |
stream_stat () | |
stream_tell () | |
stream_truncate ($new_size) | |
stream_write ($data) | |
unlink ($path) | |
url_stat ($path, $flags) | |
Champs de données | |
const | STREAM_OPEN_FOR_INCLUDE = 128 |
$context | |
Fonctions membres protégées | |
assert ($path, $command) | |
collectInvocation ($path) | |
resolveAssertable () | |
Attributs protégés | |
$internalResource | |
$invocation | |
Fonctions membres privées | |
invokeInternalStreamWrapper ($functionName) | |
restoreInternalSteamWrapper () | |
registerStreamWrapper () | |
|
protected |
string | $path | |
string | $command |
Références $path, PharStreamWrapper\collectInvocation(), et Manager\instance().
Référencé par PharStreamWrapper\dir_opendir(), PharStreamWrapper\mkdir(), PharStreamWrapper\rename(), PharStreamWrapper\rmdir(), PharStreamWrapper\stream_metadata(), PharStreamWrapper\stream_open(), PharStreamWrapper\unlink(), et PharStreamWrapper\url_stat().
|
protected |
string | $path |
Références $path, Manager\instance(), et null.
Référencé par PharStreamWrapper\assert().
dir_closedir | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
dir_opendir | ( | $path, | |
$options | |||
) |
string | $path | |
int | $options |
Références $path, PharStreamWrapper\assert(), Behavior\COMMAND_DIR_OPENDIR, et PharStreamWrapper\invokeInternalStreamWrapper().
dir_readdir | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
dir_rewinddir | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
|
private |
Invokes commands on the native PHP Phar stream wrapper.
string | $functionName | |
mixed | ...$arguments |
Références 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_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 | ( | $path, | |
$mode, | |||
$options | |||
) |
string | $path | |
int | $mode | |
int | $options |
Références $mode, $options, $path, PharStreamWrapper\assert(), Behavior\COMMAND_MKDIR, et PharStreamWrapper\invokeInternalStreamWrapper().
|
private |
Référencé par PharStreamWrapper\invokeInternalStreamWrapper().
rename | ( | $path_from, | |
$path_to | |||
) |
string | $path_from | |
string | $path_to |
Références PharStreamWrapper\assert(), Behavior\COMMAND_RENAME, et PharStreamWrapper\invokeInternalStreamWrapper().
|
protected |
|
private |
Référencé par PharStreamWrapper\invokeInternalStreamWrapper().
rmdir | ( | $path, | |
$options | |||
) |
string | $path | |
int | $options |
Références $path, PharStreamWrapper\assert(), Behavior\COMMAND_RMDIR, et PharStreamWrapper\invokeInternalStreamWrapper().
stream_cast | ( | $cast_as | ) |
int | $cast_as |
stream_close | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
stream_eof | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
stream_flush | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
stream_lock | ( | $operation | ) |
stream_metadata | ( | $path, | |
$option, | |||
$value | |||
) |
string | $path | |
int | $option | |
string | int | $value |
Références $option, $path, $value, PharStreamWrapper\assert(), Behavior\COMMAND_STEAM_METADATA, et PharStreamWrapper\invokeInternalStreamWrapper().
stream_open | ( | $path, | |
$mode, | |||
$options, | |||
& | $opened_path = null |
||
) |
string | $path | |
string | $mode | |
int | $options | |
string | null | $opened_path |
Références PharStreamWrapper\$context, $mode, $options, $path, PharStreamWrapper\assert(), Behavior\COMMAND_STREAM_OPEN, null, et Helper\resetOpCache().
stream_read | ( | $count | ) |
int | $count |
Références $count, et PharStreamWrapper\invokeInternalStreamWrapper().
stream_seek | ( | $offset, | |
$whence = SEEK_SET |
|||
) |
int | $offset | |
int | $whence |
Références $offset, et PharStreamWrapper\invokeInternalStreamWrapper().
stream_set_option | ( | $option, | |
$arg1, | |||
$arg2 | |||
) |
int | $option | |
int | $arg1 | |
int | $arg2 |
Références $option, et PharStreamWrapper\invokeInternalStreamWrapper().
stream_stat | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
stream_tell | ( | ) |
Références PharStreamWrapper\invokeInternalStreamWrapper().
stream_truncate | ( | $new_size | ) |
stream_write | ( | $data | ) |
string | $data |
Références $data, et PharStreamWrapper\invokeInternalStreamWrapper().
unlink | ( | $path | ) |
string | $path |
Références $path, PharStreamWrapper\assert(), Behavior\COMMAND_UNLINK, et PharStreamWrapper\invokeInternalStreamWrapper().
url_stat | ( | $path, | |
$flags | |||
) |
string | $path | |
int | $flags |
Références $path, PharStreamWrapper\assert(), Behavior\COMMAND_URL_STAT, et PharStreamWrapper\invokeInternalStreamWrapper().
$context |
Référencé par PharStreamWrapper\stream_open().
|
protected |
|
protected |
const STREAM_OPEN_FOR_INCLUDE = 128 |
Internal stream constants that are not exposed to PHP, but used...