| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for MDB2_LOB:
 Collaboration diagram for MDB2_LOB:| Public Member Functions | |
| stream_open ($path, $mode, $options, &$opened_path) | |
| open stream | |
| stream_read ($count) | |
| read stream | |
| stream_write ($data) | |
| write stream, note implemented | |
| stream_tell () | |
| return the current position | |
| stream_eof () | |
| Check if stream reaches EOF. | |
| stream_seek ($offset, $whence) | |
| Seek stream, not implemented. | |
| stream_stat () | |
| return information about stream | |
| stream_close () | |
| close stream | |
| Data Fields | |
| $db_index | |
| $lob_index | |
| MDB2_LOB::stream_close | ( | ) | 
| MDB2_LOB::stream_eof | ( | ) | 
Check if stream reaches EOF.
Definition at line 185 of file LOB.php.
| 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, and $path.
| 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().