ILIAS
Release_4_0_x_branch Revision 61816
|
getID3() by James Heinrich info@ // geti d3.or gMore...
Public Member Functions | |
getid3_iso ($fd, &$ThisFileInfo) | |
ParsePrimaryVolumeDescriptor (&$ISOheader, &$ThisFileInfo) | |
ParseSupplementaryVolumeDescriptor (&$ISOheader, &$ThisFileInfo) | |
ParsePathTable ($fd, &$ThisFileInfo) | |
ParseDirectoryRecord (&$fd, $directorydata, &$ThisFileInfo) | |
ISOstripFilenameVersion ($ISOfilename) | |
ISOtimeText2UNIXtime ($ISOtime) | |
ISOtime2UNIXtime ($ISOtime) | |
TwosCompliment2Decimal ($BinaryValue) |
getID3() by James Heinrich info@ // geti d3.or g
Definition at line 17 of file module.misc.iso.php.
getid3_iso::getid3_iso | ( | $fd, | |
& | $ThisFileInfo | ||
) |
Definition at line 20 of file module.misc.iso.php.
References ParseDirectoryRecord(), ParsePathTable(), ParsePrimaryVolumeDescriptor(), and ParseSupplementaryVolumeDescriptor().
getid3_iso::ISOstripFilenameVersion | ( | $ISOfilename | ) |
Definition at line 320 of file module.misc.iso.php.
getid3_iso::ISOtime2UNIXtime | ( | $ISOtime | ) |
Definition at line 344 of file module.misc.iso.php.
References TwosCompliment2Decimal().
Referenced by ParseDirectoryRecord().
getid3_iso::ISOtimeText2UNIXtime | ( | $ISOtime | ) |
Definition at line 329 of file module.misc.iso.php.
Referenced by ParsePrimaryVolumeDescriptor(), and ParseSupplementaryVolumeDescriptor().
getid3_iso::ParseDirectoryRecord | ( | & | $fd, |
$directorydata, | |||
& | $ThisFileInfo | ||
) |
Definition at line 268 of file module.misc.iso.php.
References getid3_lib\array_merge_clobber(), getid3_lib\CreateDeepArray(), getid3_lib\iconv_fallback(), ISOtime2UNIXtime(), and getid3_lib\LittleEndian2Int().
Referenced by getid3_iso().
getid3_iso::ParsePathTable | ( | $fd, | |
& | $ThisFileInfo | ||
) |
Definition at line 210 of file module.misc.iso.php.
References getid3_lib\iconv_fallback(), and getid3_lib\LittleEndian2Int().
Referenced by getid3_iso().
getid3_iso::ParsePrimaryVolumeDescriptor | ( | & | $ISOheader, |
& | $ThisFileInfo | ||
) |
Definition at line 59 of file module.misc.iso.php.
References ISOtimeText2UNIXtime(), and getid3_lib\LittleEndian2Int().
Referenced by getid3_iso().
getid3_iso::ParseSupplementaryVolumeDescriptor | ( | & | $ISOheader, |
& | $ThisFileInfo | ||
) |
Definition at line 132 of file module.misc.iso.php.
References ISOtimeText2UNIXtime(), and getid3_lib\LittleEndian2Int().
Referenced by getid3_iso().
getid3_iso::TwosCompliment2Decimal | ( | $BinaryValue | ) |
Definition at line 365 of file module.misc.iso.php.
Referenced by ISOtime2UNIXtime().