|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g // More...
Inheritance diagram for getid3_zip:
Collaboration diagram for getid3_zip:Public Member Functions | |
| getid3_zip (&$fd, &$ThisFileInfo) | |
| getZIPHeaderFilepointerTopDown (&$fd, &$ThisFileInfo) | |
| getZIPentriesFilepointer (&$fd, &$ThisFileInfo) | |
| ZIPparseLocalFileHeader (&$fd) | |
| ZIPparseCentralDirectory (&$fd) | |
| ZIPparseEndOfCentralDirectory (&$fd) | |
| ZIPparseGeneralPurposeFlags ($flagbytes, $compressionmethod) | |
| ZIPversionOSLookup ($index) | |
| ZIPcompressionMethodLookup ($index) | |
| DOStime2UNIXtime ($DOSdate, $DOStime) | |
| Analyze () | |
| getZIPHeaderFilepointerTopDown () | |
| getZIPentriesFilepointer () | |
| ZIPparseLocalFileHeader () | |
| ZIPparseCentralDirectory () | |
| ZIPparseEndOfCentralDirectory () | |
Public Member Functions inherited from getid3_handler | |
| __construct (getID3 $getid3, $call_module=null) | |
| Analyze () | |
| AnalyzeString ($string) | |
| setStringMode ($string) | |
| saveAttachment ($name, $offset, $length, $image_mime=null) | |
Static Public Member Functions | |
| static | ZIPparseGeneralPurposeFlags ($flagbytes, $compressionmethod) |
| static | ZIPversionOSLookup ($index) |
| static | ZIPcompressionMethodLookup ($index) |
| static | DOStime2UNIXtime ($DOSdate, $DOStime) |
Additional Inherited Members | |
Protected Member Functions inherited from getid3_handler | |
| ftell () | |
| fread ($bytes) | |
| fseek ($bytes, $whence=SEEK_SET) | |
| feof () | |
| isDependencyFor ($module) | |
| error ($text) | |
| warning ($text) | |
| notice ($text) | |
Protected Attributes inherited from getid3_handler | |
| $getid3 | |
| $data_string_flag = false | |
| $data_string = '' | |
| $data_string_position = 0 | |
| $data_string_length = 0 | |
getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //
Definition at line 17 of file module.archive.zip.php.
| getid3_zip::Analyze | ( | ) |
Reimplemented from getid3_handler.
Definition at line 21 of file module.archive.zip.php.
References $info, getid3_lib\array_merge_clobber(), getid3_lib\CreateDeepArray(), getid3_handler\fread(), getid3_handler\fseek(), getZIPentriesFilepointer(), getid3_lib\intValueSupported(), ZIPparseCentralDirectory(), ZIPparseEndOfCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the call graph for this function:| getid3_zip::DOStime2UNIXtime | ( | $DOSdate, | |
| $DOStime | |||
| ) |
Definition at line 386 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller graph for this function:
|
static |
Definition at line 487 of file module.archive.zip.php.
| getid3_zip::getid3_zip | ( | & | $fd, |
| & | $ThisFileInfo | ||
| ) |
Definition at line 20 of file module.archive.zip.php.
References getid3_lib\array_merge_clobber(), getid3_lib\CreateDeepArray(), getid3_handler\fread(), getid3_handler\fseek(), getZIPentriesFilepointer(), ZIPparseCentralDirectory(), and ZIPparseEndOfCentralDirectory().
Here is the call graph for this function:| getid3_zip::getZIPentriesFilepointer | ( | & | $fd, |
| & | $ThisFileInfo | ||
| ) |
Definition at line 149 of file module.archive.zip.php.
References ZIPparseLocalFileHeader().
Here is the call graph for this function:| getid3_zip::getZIPentriesFilepointer | ( | ) |
Definition at line 179 of file module.archive.zip.php.
References $info, and ZIPparseLocalFileHeader().
Referenced by Analyze(), and getid3_zip().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_zip::getZIPHeaderFilepointerTopDown | ( | & | $fd, |
| & | $ThisFileInfo | ||
| ) |
Definition at line 105 of file module.archive.zip.php.
References ZIPparseCentralDirectory(), ZIPparseEndOfCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the call graph for this function:| getid3_zip::getZIPHeaderFilepointerTopDown | ( | ) |
Definition at line 133 of file module.archive.zip.php.
References $info, ZIPparseCentralDirectory(), ZIPparseEndOfCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the call graph for this function:| getid3_zip::ZIPcompressionMethodLookup | ( | $index | ) |
Definition at line 368 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller graph for this function:
|
static |
Definition at line 456 of file module.archive.zip.php.
| getid3_zip::ZIPparseCentralDirectory | ( | & | $fd | ) |
Definition at line 227 of file module.archive.zip.php.
References DOStime2UNIXtime(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), getid3_lib\LittleEndian2Int(), ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Here is the call graph for this function:| getid3_zip::ZIPparseCentralDirectory | ( | ) |
Definition at line 298 of file module.archive.zip.php.
References DOStime2UNIXtime(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), getid3_lib\LittleEndian2Int(), ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Referenced by Analyze(), getid3_zip(), and getZIPHeaderFilepointerTopDown().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_zip::ZIPparseEndOfCentralDirectory | ( | & | $fd | ) |
Definition at line 283 of file module.archive.zip.php.
References getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), and getid3_lib\LittleEndian2Int().
Here is the call graph for this function:| getid3_zip::ZIPparseEndOfCentralDirectory | ( | ) |
Definition at line 354 of file module.archive.zip.php.
References getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), and getid3_lib\LittleEndian2Int().
Referenced by Analyze(), getid3_zip(), and getZIPHeaderFilepointerTopDown().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_zip::ZIPparseGeneralPurposeFlags | ( | $flagbytes, | |
| $compressionmethod | |||
| ) |
Definition at line 310 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller graph for this function:
|
static |
Definition at line 381 of file module.archive.zip.php.
| getid3_zip::ZIPparseLocalFileHeader | ( | & | $fd | ) |
Definition at line 170 of file module.archive.zip.php.
References DOStime2UNIXtime(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), getid3_lib\LittleEndian2Int(), ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Here is the call graph for this function:| getid3_zip::ZIPparseLocalFileHeader | ( | ) |
Definition at line 202 of file module.archive.zip.php.
References DOStime2UNIXtime(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), getid3_lib\LittleEndian2Int(), getid3_lib\PrintHexBytes(), ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Referenced by Analyze(), getZIPentriesFilepointer(), and getZIPHeaderFilepointerTopDown().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_zip::ZIPversionOSLookup | ( | $index | ) |
Definition at line 343 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller graph for this function:
|
static |
Definition at line 429 of file module.archive.zip.php.