|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 | |
| 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 18 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, $key, getid3_lib\array_merge_clobber(), getid3_lib\CreateDeepArray(), getid3_handler\error(), getid3_handler\fread(), getid3_handler\fseek(), getZIPentriesFilepointer(), getid3_lib\intValueSupported(), getid3_handler\warning(), ZIPparseCentralDirectory(), ZIPparseEndOfCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the call graph for this function:
|
static |
Definition at line 487 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller graph for this function:| getid3_zip::getZIPentriesFilepointer | ( | ) |
Definition at line 179 of file module.archive.zip.php.
References $info, getid3_handler\error(), and ZIPparseLocalFileHeader().
Referenced by Analyze().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_zip::getZIPHeaderFilepointerTopDown | ( | ) |
Definition at line 133 of file module.archive.zip.php.
References $info, getid3_handler\error(), ZIPparseCentralDirectory(), ZIPparseEndOfCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the call graph for this function:
|
static |
Definition at line 456 of file module.archive.zip.php.
References $index.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller 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(), sprintf, ZIPcompressionMethodLookup(), ZIPparseGeneralPurposeFlags(), and ZIPversionOSLookup().
Referenced by Analyze(), and getZIPHeaderFilepointerTopDown().
Here is the call graph for this function:
Here is the caller 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(), and getZIPHeaderFilepointerTopDown().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 381 of file module.archive.zip.php.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller 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(), sprintf, getid3_handler\warning(), 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:
|
static |
Definition at line 429 of file module.archive.zip.php.
References $index.
Referenced by ZIPparseCentralDirectory(), and ZIPparseLocalFileHeader().
Here is the caller graph for this function: