ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
stream_open ($path, $mode, $options, &$opened_path) | |
open stream More... | |
stream_read ($count) | |
read stream More... | |
stream_write ($data) | |
write stream, note implemented More... | |
stream_tell () | |
return the current position More... | |
stream_eof () | |
Check if stream reaches EOF. More... | |
stream_seek ($offset, $whence) | |
Seek stream, not implemented. More... | |
stream_stat () | |
return information about stream More... | |
stream_close () | |
close stream More... | |
Data Fields | |
$db_index | |
$lob_index | |
MDB2_LOB::stream_close | ( | ) |
close stream
public
Definition at line 245 of file LOB.php.
References $db_index, $GLOBALS, and MDB2\raiseError().
MDB2_LOB::stream_eof | ( | ) |
MDB2_LOB::stream_open | ( | $path, | |
$mode, | |||
$options, | |||
& | $opened_path | ||
) |
open stream
string | specifies the URL that was passed to fopen() |
string | the mode used to open the file |
int | holds additional flags set by the streams API |
string | not used |
Definition at line 95 of file LOB.php.
References $db_index, $GLOBALS, $path, and $url.
MDB2_LOB::stream_read | ( | $count | ) |
read stream
int | number of bytes to read |
Definition at line 127 of file LOB.php.
References $data, $db_index, $GLOBALS, and $lob_index.
MDB2_LOB::stream_seek | ( | $offset, | |
$whence | |||
) |
MDB2_LOB::stream_stat | ( | ) |
MDB2_LOB::stream_tell | ( | ) |
return the current position
Definition at line 168 of file LOB.php.
References $db_index, $GLOBALS, and $lob_index.
MDB2_LOB::stream_write | ( | $data | ) |
MDB2_LOB::$db_index |
Definition at line 71 of file LOB.php.
Referenced by stream_close(), stream_eof(), stream_open(), stream_read(), stream_stat(), and stream_tell().
MDB2_LOB::$lob_index |
Definition at line 80 of file LOB.php.
Referenced by stream_read(), and stream_tell().