[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 200 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Shared_ZipStreamWrapper:: (9 methods):
register()
stream_open()
statName()
url_stat()
stream_stat()
stream_read()
stream_tell()
stream_eof()
stream_seek()
Class: PHPExcel_Shared_ZipStreamWrapper - X-Ref
PHPExcel_Shared_ZipStreamWrapperregister() X-Ref |
Register wrapper |
stream_open($path, $mode, $options, &$opened_path) X-Ref |
Implements support for fopen(). 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 |
statName() X-Ref |
Implements support for fstat(). return: boolean |
url_stat() X-Ref |
Implements support for fstat(). return: boolean |
stream_stat() X-Ref |
Implements support for fstat(). return: boolean |
stream_read($count) X-Ref |
Implements support for fread(), fgets() etc. param: int $count maximum number of bytes to read return: string |
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_eof() X-Ref |
EOF stream return: bool |
stream_seek($offset, $whence) X-Ref |
Seek stream param: int $offset byte offset param: int $whence SEEK_SET, SEEK_CUR or SEEK_END return: bool |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |