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 | |
stream_open ($path, $mode, $options, &$openedPath) | |
stream_stat () | |
url_stat ($path, $flags=0) | |
stream_read ($count) | |
stream_write ($data) | |
stream_tell () | |
stream_eof () | |
stream_seek ($offset, $whence) | |
stream_flush () | |
Attributs protégés | |
$currentString | |
$path | |
$mode | |
$options | |
$openedPath | |
$pos | |
$len | |
$stat | |
This class allows you to use a PHP string in the same way that you would normally use a regular stream wrapper
stream_eof | ( | ) |
End of field check
stream_flush | ( | ) |
stream_open | ( | $path, | |
$mode, | |||
$options, | |||
& | $openedPath | ||
) |
Method to open a file or URL.
string | $path | The stream path. |
string | $mode | Not used. |
integer | $options | Not used. |
string | $openedPath | Not used. |
Références StringWrapper\$path, et StringWrapper\url_stat().
stream_read | ( | $count | ) |
stream_seek | ( | $offset, | |
$whence | |||
) |
stream_stat | ( | ) |
stream_tell | ( | ) |
Method to get the current position
Références StringWrapper\$pos.
stream_write | ( | $data | ) |
Stream write, always returning false.
string | $data | The data to write. |
url_stat | ( | $path, | |
$flags = 0 |
|||
) |
Method to retrieve information about a file.
string | $path | File path or URL to stat |
integer | $flags | Additional flags set by the streams API |
Références $now, StringWrapper\$path, et StringWrapper\$stat.
Référencé par StringWrapper\stream_open().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Référencé par StringWrapper\stream_open(), et StringWrapper\url_stat().
|
protected |
Référencé par StringWrapper\stream_tell().
|
protected |
Référencé par StringWrapper\stream_stat(), et StringWrapper\url_stat().