[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 206 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Shared_OLE_ChainedBlockStream:: (7 methods):
stream_open()
stream_close()
stream_read()
stream_eof()
stream_tell()
stream_seek()
stream_stat()
Class: PHPExcel_Shared_OLE_ChainedBlockStream - X-Ref
PHPExcel_Shared_OLE_ChainedBlockStreamstream_open($path, $mode, $options, &$openedPath) X-Ref |
Implements support for fopen(). For creating streams using this wrapper, use OLE_PPS_File::getStream(). param: string $path resource name including scheme, e.g. param: string $mode only "r" is supported param: int $options mask of STREAM_REPORT_ERRORS and STREAM_USE_PATH param: string &$openedPath absolute path of the opened stream (out parameter) return: bool true on success |
stream_close() X-Ref |
Implements support for fclose(). |
stream_read($count) X-Ref |
Implements support for fread(), fgets() etc. param: int $count maximum number of bytes to read return: string |
stream_eof() X-Ref |
Implements support for feof(). return: bool TRUE if the file pointer is at EOF; otherwise FALSE |
stream_tell() X-Ref |
Returns the position of the file pointer, i.e. its offset into the file stream. Implements support for ftell(). return: int |
stream_seek($offset, $whence) X-Ref |
Implements support for fseek(). param: int $offset byte offset param: int $whence SEEK_SET, SEEK_CUR or SEEK_END return: bool |
stream_stat() X-Ref |
Implements support for fstat(). Currently the only supported field is "size". return: array |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |