Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 $path, et StringController\getRef().
stream_read | ( | $count | ) |
Method to read a given number of bytes starting at the current position and moving to the end of the string defined by the current position plus the given number.
integer | $count | Bytes of data from the current position should be returned. |
stream_seek | ( | $offset, | |
$whence | |||
) |
Stream offset
integer | $offset | The starting offset. |
integer | $whence | SEEK_SET, SEEK_CUR, SEEK_END |
Références Joomla\Database\Query\$offset.
stream_stat | ( | ) |
stream_tell | ( | ) |
Method to get the current position
stream_write | ( | $data | ) |
Stream write, always returning false.
string | $data | The data to write. |
url_stat | ( | $path, | |
$flags = 0 |
|||
) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |