ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GetId3() by James Heinrich info@ //. geti d3.or gMore...
Public Member Functions | |
analyze () | |
getZIPHeaderFilepointerTopDown () | |
getZIPentriesFilepointer () | |
ZIPparseLocalFileHeader () | |
ZIPparseCentralDirectory () | |
ZIPparseEndOfCentralDirectory () | |
Public Member Functions inherited from GetId3\Handler\BaseHandler | |
__construct (GetId3Core $getid3, $call_module=null) | |
analyze () | |
Analyze from file pointer. More... | |
AnalyzeString (&$string) | |
Analyze from string instead. More... | |
saveAttachment (&$ThisFileInfoIndex, $filename, $offset, $length) | |
Static Public Member Functions | |
static | ZIPparseGeneralPurposeFlags ($flagbytes, $compressionmethod) |
static | ZIPversionOSLookup ($index) |
array $ZIPversionOSLookup More... | |
static | ZIPcompressionMethodLookup ($index) |
array $ZIPcompressionMethodLookup More... | |
static | DOStime2UNIXtime ($DOSdate, $DOStime) |
Additional Inherited Members | |
Protected Member Functions inherited from GetId3\Handler\BaseHandler | |
ftell () | |
fread ($bytes) | |
fseek ($bytes, $whence=SEEK_SET) | |
feof () | |
isDependencyFor ($module) | |
error ($text) | |
warning ($text) | |
Protected Attributes inherited from GetId3\Handler\BaseHandler | |
$getid3 | |
$data_string_flag = false | |
$data_string = '' | |
$data_string_position = 0 | |
$data_string_length = 0 | |
GetId3() by James Heinrich info@ //. geti d3.or g
module for analyzing pkZip files
GetId3\Module\Archive\Zip::analyze | ( | ) |
Definition at line 35 of file Zip.php.
References $info, array, GetId3\Lib\Helper\array_merge_clobber(), GetId3\Lib\Helper\CreateDeepArray(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Module\Archive\Zip\getZIPentriesFilepointer(), GetId3\Lib\Helper\intValueSupported(), GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseEndOfCentralDirectory().
|
static |
type | $DOSdate | |
type | $DOStime |
Definition at line 570 of file Zip.php.
Referenced by GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().
GetId3\Module\Archive\Zip::getZIPentriesFilepointer | ( | ) |
Definition at line 189 of file Zip.php.
References $info, and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().
Referenced by GetId3\Module\Archive\Zip\analyze().
GetId3\Module\Archive\Zip::getZIPHeaderFilepointerTopDown | ( | ) |
Definition at line 136 of file Zip.php.
References $info, GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), GetId3\Module\Archive\Zip\ZIPparseEndOfCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().
|
static |
array $ZIPcompressionMethodLookup
type | $index |
Definition at line 545 of file Zip.php.
References array.
Referenced by GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().
GetId3\Module\Archive\Zip::ZIPparseCentralDirectory | ( | ) |
Definition at line 315 of file Zip.php.
References GetId3\Module\Archive\Zip\DOStime2UNIXtime(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Handler\BaseHandler\ftell(), GetId3\Lib\Helper\LittleEndian2Int(), GetId3\Module\Archive\Zip\ZIPcompressionMethodLookup(), GetId3\Module\Archive\Zip\ZIPparseGeneralPurposeFlags(), and GetId3\Module\Archive\Zip\ZIPversionOSLookup().
Referenced by GetId3\Module\Archive\Zip\analyze(), and GetId3\Module\Archive\Zip\getZIPHeaderFilepointerTopDown().
GetId3\Module\Archive\Zip::ZIPparseEndOfCentralDirectory | ( | ) |
Definition at line 422 of file Zip.php.
References GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Handler\BaseHandler\ftell(), and GetId3\Lib\Helper\LittleEndian2Int().
Referenced by GetId3\Module\Archive\Zip\analyze(), and GetId3\Module\Archive\Zip\getZIPHeaderFilepointerTopDown().
|
static |
type | $flagbytes | |
type | $compressionmethod |
Definition at line 473 of file Zip.php.
Referenced by GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().
GetId3\Module\Archive\Zip::ZIPparseLocalFileHeader | ( | ) |
Definition at line 217 of file Zip.php.
References GetId3\Module\Archive\Zip\DOStime2UNIXtime(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Handler\BaseHandler\ftell(), GetId3\Lib\Helper\LittleEndian2Int(), GetId3\Module\Archive\Zip\ZIPcompressionMethodLookup(), GetId3\Module\Archive\Zip\ZIPparseGeneralPurposeFlags(), and GetId3\Module\Archive\Zip\ZIPversionOSLookup().
Referenced by GetId3\Module\Archive\Zip\getZIPentriesFilepointer(), and GetId3\Module\Archive\Zip\getZIPHeaderFilepointerTopDown().
|
static |
array $ZIPversionOSLookup
type | $index |
Definition at line 513 of file Zip.php.
References array.
Referenced by GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().