|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for PHPExcel_Shared_ZipStreamWrapper:Public Member Functions | |
| stream_open ($path, $mode, $options, &$opened_path) | |
| Open stream. | |
| stream_stat () | |
| Stat stream. | |
| stream_read ($count) | |
| Read stream. | |
| stream_tell () | |
| Tell stream. | |
| stream_eof () | |
| EOF stream. | |
| stream_seek ($offset, $whence) | |
| Seek stream. | |
Static Public Member Functions | |
| static | register () |
| Register wrapper. | |
Private Attributes | |
| $_archive | |
| $_fileNameInArchive = '' | |
| $_position = 0 | |
| $_data = '' | |
Definition at line 40 of file ZipStreamWrapper.php.
|
static |
Register wrapper.
Definition at line 72 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_eof | ( | ) |
EOF stream.
Definition at line 142 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_open | ( | $path, | |
| $mode, | |||
| $options, | |||
| & | $opened_path | ||
| ) |
Open stream.
Definition at line 80 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_read | ( | $count | ) |
| PHPExcel_Shared_ZipStreamWrapper::stream_seek | ( | $offset, | |
| $whence | |||
| ) |
Seek stream.
Definition at line 149 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_stat | ( | ) |
Stat stream.
Definition at line 119 of file ZipStreamWrapper.php.
| PHPExcel_Shared_ZipStreamWrapper::stream_tell | ( | ) |
|
private |
Definition at line 46 of file ZipStreamWrapper.php.
|
private |
Definition at line 67 of file ZipStreamWrapper.php.
|
private |
Definition at line 53 of file ZipStreamWrapper.php.
|
private |
Definition at line 60 of file ZipStreamWrapper.php.
Referenced by stream_tell().