\PhpZip\ConstantsZipConstants

Zip Constants.

Summary

Methods
Constants
No public methods found
END_CD
ZIP64_END_CD
ZIP64_END_CD_LOC
CENTRAL_FILE_HEADER
LOCAL_FILE_HEADER
DATA_DESCRIPTOR
ZIP64_MAGIC
LFH_FILENAME_LENGTH_POS
LFH_FILENAME_POS
ZIP64_END_CD_LOC_LEN
END_CD_MIN_LEN
ZIP64_END_OF_CD_LEN
No protected methods found
N/A
No private methods found
N/A

Constants

END_CD

END_CD = 0x6054b50 : int

ZIP64_END_CD

ZIP64_END_CD = 0x6064b50 : int

ZIP64_END_CD_LOC

ZIP64_END_CD_LOC = 0x7064b50 : int

CENTRAL_FILE_HEADER

CENTRAL_FILE_HEADER = 0x2014b50 : int

LOCAL_FILE_HEADER

LOCAL_FILE_HEADER = 0x4034b50 : int

DATA_DESCRIPTOR

DATA_DESCRIPTOR = 0x8074b50 : int

ZIP64_MAGIC

ZIP64_MAGIC = 0xffffffff : int

LFH_FILENAME_LENGTH_POS

LFH_FILENAME_LENGTH_POS = 26 : int

Local File Header signature 4 Version Needed To Extract 2 General Purpose Bit Flags 2 Compression Method 2 Last Mod File Time 2 Last Mod File Date 2 CRC-32 4 Compressed Size 4 Uncompressed Size 4.

LFH_FILENAME_POS

LFH_FILENAME_POS = 30

The minimum length of the Local File Header record.

local file header signature 4 version needed to extract 2 general purpose bit flag 2 compression method 2 last mod file time 2 last mod file date 2 crc-32 4 compressed size 4 uncompressed size 4 file name length 2 extra field length 2

ZIP64_END_CD_LOC_LEN

ZIP64_END_CD_LOC_LEN = 20 : int

END_CD_MIN_LEN

END_CD_MIN_LEN = 22 : int

ZIP64_END_OF_CD_LEN

ZIP64_END_OF_CD_LEN = 56 : int

The minimum length of the Zip64 End Of Central Directory Record.

zip64 end of central dir signature 4 size of zip64 end of central directory record 8 version made by 2 version needed to extract 2 number of this disk 4 number of the disk with the start of the central directory 4 total number of entries in the central directory on this disk 8 total number of entries in the central directory 8 size of the central directory 8 offset of start of central directory with respect to the starting disk number 8