| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
getID3() by James Heinrich info@getid3.org // More...
 Collaboration 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) | |
getID3() by James Heinrich info@getid3.org //
Definition at line 17 of file module.archive.zip.php.
| 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:
 Here is the caller graph for this function:| 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(), getZIPentriesFilepointer(), ZIPparseCentralDirectory(), and ZIPparseEndOfCentralDirectory().
 Here is the call graph for this function:
 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().
Referenced by getid3_zip().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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:
 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:
 Here is the caller graph for this function:| getid3_zip::ZIPparseCentralDirectory | ( | & | $fd | ) | 
Definition at line 227 of file module.archive.zip.php.
References DOStime2UNIXtime(), getid3_lib\LittleEndian2Int(), ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Referenced by getid3_zip(), and getZIPHeaderFilepointerTopDown().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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_lib\LittleEndian2Int().
Referenced by getid3_zip(), and getZIPHeaderFilepointerTopDown().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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:
 Here is the caller graph for this function:| getid3_zip::ZIPparseLocalFileHeader | ( | & | $fd | ) | 
Definition at line 170 of file module.archive.zip.php.
References DOStime2UNIXtime(), getid3_lib\LittleEndian2Int(), ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Referenced by getZIPentriesFilepointer(), and getZIPHeaderFilepointerTopDown().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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:
 Here is the caller graph for this function: