Liste de tous les membres
Documentation des fonctions membres
Function to test for end of file pointer
- Renvoie:
- boolean True if the pointer is at the end of the stream
- Voir également:
- streamWrapper::stream_eof
- Depuis:
- 11.1
JBuffer::stream_open |
( |
|
$path, |
|
|
|
$mode, |
|
|
|
$options, |
|
|
& |
$opened_path |
|
) |
| |
Function to open file or url
- Paramètres:
-
string | $path | The URL that was passed |
string | $mode | Mode used to open the file |
- Voir également:
- fopen
- Paramètres:
-
integer | $options | Flags used by the API, may be STREAM_USE_PATH and STREAM_REPORT_ERRORS |
string | &$opened_path | Full path of the resource. Used with STREAN_USE_PATH option |
- Renvoie:
- boolean
- Depuis:
- 11.1
- Voir également:
- streamWrapper::stream_open
Références $name, $path, $url, et null.
JBuffer::stream_read |
( |
|
$count | ) |
|
Read stream
- Paramètres:
-
integer | $count | How many bytes of data from the current position should be returned. |
- Renvoie:
- mixed The data from the stream up to the specified number of bytes (all data if the total number of bytes in the stream is less than $count. Null if the stream is empty.
- Voir également:
- streamWrapper::stream_read
- Depuis:
- 11.1
Références $count.
JBuffer::stream_seek |
( |
|
$offset, |
|
|
|
$whence |
|
) |
| |
The read write position updates in response to $offset and $whence
- Paramètres:
-
integer | $offset | The offset in bytes |
integer | $whence | Position the offset is added to Options are SEEK_SET, SEEK_CUR, and SEEK_END |
- Renvoie:
- boolean True if updated
- Voir également:
- streamWrapper::stream_seek
- Depuis:
- 11.1
Function to get the current position of the stream
- Renvoie:
- integer
- Voir également:
- streamWrapper::stream_tell
- Depuis:
- 11.1
JBuffer::stream_write |
( |
|
$data | ) |
|
Write stream
- Paramètres:
-
string | $data | The data to write to the stream. |
- Renvoie:
- integer
- Voir également:
- streamWrapper::stream_write
- Depuis:
- 11.1
Références $data, et $name.
Documentation des données membres
JBuffer::$_buffers = array() |
La documentation de cette classe a été générée à partir du fichier suivant :