ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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().
PHPExcel_Shared_ZipStreamWrapper::stream_eof | ( | ) |
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.
int | $offset | byte offset |
int | $whence | SEEK_SET, SEEK_CUR or SEEK_END |
Definition at line 168 of file ZipStreamWrapper.php.
PHPExcel_Shared_ZipStreamWrapper::stream_stat | ( | ) |
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().
|
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().