ILIAS
Release_4_0_x_branch Revision 61816
|
getID3() by James Heinrich info@ // geti d3.or gMore...
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@ // geti d3.or g
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().
getid3_zip::getid3_zip | ( | & | $fd, |
& | $ThisFileInfo | ||
) |
Definition at line 20 of file module.archive.zip.php.
References $key, getid3_lib\array_merge_clobber(), getid3_lib\CreateDeepArray(), getZIPentriesFilepointer(), ZIPparseCentralDirectory(), and ZIPparseEndOfCentralDirectory().
getid3_zip::getZIPentriesFilepointer | ( | & | $fd, |
& | $ThisFileInfo | ||
) |
Definition at line 149 of file module.archive.zip.php.
References ZIPparseLocalFileHeader().
Referenced by getid3_zip().
getid3_zip::getZIPHeaderFilepointerTopDown | ( | & | $fd, |
& | $ThisFileInfo | ||
) |
Definition at line 105 of file module.archive.zip.php.
References ZIPparseCentralDirectory(), ZIPparseEndOfCentralDirectory(), and ZIPparseLocalFileHeader().
getid3_zip::ZIPcompressionMethodLookup | ( | $index | ) |
Definition at line 368 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
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().
getid3_zip::ZIPparseEndOfCentralDirectory | ( | & | $fd | ) |
Definition at line 283 of file module.archive.zip.php.
References getid3_lib\LittleEndian2Int().
Referenced by getid3_zip(), and getZIPHeaderFilepointerTopDown().
getid3_zip::ZIPparseGeneralPurposeFlags | ( | $flagbytes, | |
$compressionmethod | |||
) |
Definition at line 310 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
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().
getid3_zip::ZIPversionOSLookup | ( | $index | ) |
Definition at line 343 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().