|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for PHPExcel_Shared_OLE_ChainedBlockStream:Public Member Functions | |
| stream_open ($path, $mode, $options, &$openedPath) | |
| Implements support for fopen(). | |
| stream_close () | |
| Implements support for fclose(). | |
| stream_read ($count) | |
| Implements support for fread(), fgets() etc. | |
| stream_eof () | |
| Implements support for feof(). | |
| stream_tell () | |
| Returns the position of the file pointer, i.e. | |
| stream_seek ($offset, $whence) | |
| Implements support for fseek(). | |
| stream_stat () | |
| Implements support for fstat(). | |
Data Fields | |
| $ole | |
| $params | |
| $data | |
| $pos | |
Definition at line 48 of file ChainedBlockStream.php.
| PHPExcel_Shared_OLE_ChainedBlockStream::stream_close | ( | ) |
Implements support for fclose().
Definition at line 144 of file ChainedBlockStream.php.
References $GLOBALS.
| PHPExcel_Shared_OLE_ChainedBlockStream::stream_eof | ( | ) |
Implements support for feof().
Definition at line 169 of file ChainedBlockStream.php.
Referenced by stream_read().
Here is the caller graph for this function:| PHPExcel_Shared_OLE_ChainedBlockStream::stream_open | ( | $path, | |
| $mode, | |||
| $options, | |||
| & | $openedPath | ||
| ) |
Implements support for fopen().
For creating streams using this wrapper, use OLE_PPS_File::getStream().
| string | resource name including scheme, e.g. ole-chainedblockstream://oleInstanceId=1 |
| string | only "r" is supported |
| int | mask of STREAM_REPORT_ERRORS and STREAM_USE_PATH |
| string | absolute path of the opened stream (out parameter) |
Definition at line 84 of file ChainedBlockStream.php.
References $GLOBALS, and $pos.
| PHPExcel_Shared_OLE_ChainedBlockStream::stream_read | ( | $count | ) |
Implements support for fread(), fgets() etc.
| int | maximum number of bytes to read |
Definition at line 155 of file ChainedBlockStream.php.
References stream_eof().
Here is the call graph for this function:| PHPExcel_Shared_OLE_ChainedBlockStream::stream_seek | ( | $offset, | |
| $whence | |||
| ) |
Implements support for fseek().
| int | byte offset |
| int | SEEK_SET, SEEK_CUR or SEEK_END |
Definition at line 197 of file ChainedBlockStream.php.
References elseif().
Here is the call graph for this function:| PHPExcel_Shared_OLE_ChainedBlockStream::stream_stat | ( | ) |
Implements support for fstat().
Currently the only supported field is "size".
Definition at line 216 of file ChainedBlockStream.php.
| PHPExcel_Shared_OLE_ChainedBlockStream::stream_tell | ( | ) |
Returns the position of the file pointer, i.e.
its offset into the file stream. Implements support for ftell().
Definition at line 186 of file ChainedBlockStream.php.
References $pos.
| PHPExcel_Shared_OLE_ChainedBlockStream::$data |
Definition at line 66 of file ChainedBlockStream.php.
| PHPExcel_Shared_OLE_ChainedBlockStream::$ole |
Definition at line 54 of file ChainedBlockStream.php.
| PHPExcel_Shared_OLE_ChainedBlockStream::$params |
Definition at line 60 of file ChainedBlockStream.php.
| PHPExcel_Shared_OLE_ChainedBlockStream::$pos |
Definition at line 72 of file ChainedBlockStream.php.
Referenced by stream_open(), and stream_tell().