Liste de tous les membres
Documentation des fonctions membres
JStreamString::stream_eof |
( |
| ) |
|
End of field check
- Renvoie:
- boolean True if at end of field.
- Depuis:
- 11.1
JStreamString::stream_flush |
( |
| ) |
|
Stream flush, always returns true.
- Renvoie:
- boolean
- Depuis:
- 11.1
- Note:
- Data storage is not supported
JStreamString::stream_open |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options, |
|
|
& |
$opened_path |
|
) |
| |
Method to open a file or URL.
- Paramètres:
-
string | $path | The stream path. |
string | $mode | Not used. |
integer | $options | Not used. |
string | &$opened_path | Not used. |
- Renvoie:
- boolean
- Depuis:
- 11.1
Références $path, et JStringController\getRef().
JStreamString::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.
- Paramètres:
-
integer | $count | Bytes of data from the current position should be returned. |
- Renvoie:
- void
- Depuis:
- 11.1
- Voir également:
- http://www.php.net/manual/en/streamwrapper.stream-read.php
Références $count.
JStreamString::stream_seek |
( |
|
$offset, |
|
|
|
$whence |
|
) |
| |
Stream offset
- Paramètres:
-
integer | $offset | The starting offset. |
integer | $whence | SEEK_SET, SEEK_CUR, SEEK_END |
- Renvoie:
- boolean True on success.
- Depuis:
- 11.1
JStreamString::stream_stat |
( |
| ) |
|
JStreamString::stream_tell |
( |
| ) |
|
Method to get the current position
- Renvoie:
- integer The position
- Depuis:
- 11.1
JStreamString::stream_write |
( |
|
$data | ) |
|
Stream write, always returning false.
- Paramètres:
-
string | $data | The data to write. |
- Renvoie:
- boolean
- Depuis:
- 11.1
- Note:
- Updating the string is not supported.
JStreamString::url_stat |
( |
|
$path, |
|
|
|
$flags = 0 |
|
) |
| |
Documentation des données membres
JStreamString::$_currentstring |
|
protected |
JStreamString::$_opened_path |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :