|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for PHPExcel_Shared_ZipStreamWrapper:Public Member Functions | |
| stream_open ($path, $mode, $options, &$opened_path) | |
| Implements support for fopen(). More... | |
| statName () | |
| Implements support for fstat(). More... | |
| url_stat () | |
| Implements support for fstat(). More... | |
| stream_stat () | |
| Implements support for fstat(). More... | |
| stream_read ($count) | |
| Implements support for fread(), fgets() etc. More... | |
| stream_tell () | |
| Returns the position of the file pointer, i.e. More... | |
| stream_eof () | |
| EOF stream. More... | |
| stream_seek ($offset, $whence) | |
| Seek stream. More... | |
Static Public Member Functions | |
| static | register () |
| Register wrapper. More... | |
Private Attributes | |
| $_archive | |
| $_fileNameInArchive = '' | |
| $_position = 0 | |
| $_data = '' | |
Definition at line 36 of file ZipStreamWrapper.php.
|
static |
Register wrapper.
Definition at line 68 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::statName | ( | ) |
Implements support for fstat().
Definition at line 108 of file ZipStreamWrapper.php.
References $_fileNameInArchive.
Referenced by url_stat().
Here is the caller graph for this function:| PHPExcel_Shared_ZipStreamWrapper::stream_eof | ( | ) |
EOF stream.
@return bool
Definition at line 157 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_open | ( | $path, | |
| $mode, | |||
| $options, | |||
| & | $opened_path | ||
| ) |
Implements support for fopen().
| string | $path | resource name including scheme, e.g. |
| string | $mode | only "r" is supported |
| int | $options | mask of STREAM_REPORT_ERRORS and STREAM_USE_PATH |
| string | &$openedPath | absolute path of the opened stream (out parameter) |
Definition at line 82 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_read | ( | $count | ) |
Implements support for fread(), fgets() etc.
| int | $count | maximum number of bytes to read |
Definition at line 136 of file ZipStreamWrapper.php.
References $ret.
| PHPExcel_Shared_ZipStreamWrapper::stream_seek | ( | $offset, | |
| $whence | |||
| ) |
Seek stream.
@param int $offset byte offset @param int $whence SEEK_SET, SEEK_CUR or SEEK_END @return bool
Definition at line 168 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_stat | ( | ) |
Implements support for fstat().
Definition at line 126 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_tell | ( | ) |
Returns the position of the file pointer, i.e.
its offset into the file stream. Implements support for ftell().
Definition at line 148 of file ZipStreamWrapper.php.
References $_position.
| PHPExcel_Shared_ZipStreamWrapper::url_stat | ( | ) |
Implements support for fstat().
Definition at line 117 of file ZipStreamWrapper.php.
References statName().
Here is the call graph for this function:
|
private |
Definition at line 42 of file ZipStreamWrapper.php.
|
private |
Definition at line 63 of file ZipStreamWrapper.php.
|
private |
Definition at line 49 of file ZipStreamWrapper.php.
Referenced by statName().
|
private |
Definition at line 56 of file ZipStreamWrapper.php.
Referenced by stream_tell().