Data of member in compressed form.
Size of data of member in compressed form.
Get or set compression method used for this member.
Cyclic redundancy check (CRC) value.
Get or set data of member in uncompressed form. When an existing archive is read ZipArchive.expand needs to be called before this can be accessed.
Size of data of member in uncompressed form.
The zip file format version needed to extract this member.
Get or set the OS specific file attributes for this archive member.
The index of this archive member within the archive. Set this to a different value for reordering the members of an archive.
Get or set the last modification time for this member.
Comment associated with this member.
The content of the extra data field for this member. See original documentation for a description of the general format of this data. May contain undocumented 3rd-party data.
Contains some information on how to extract this archive. See original documentation for details.
Internal attributes. Bit 1 is set, if the member is apparently in binary format and bit 2 is set, if each record is preceded by the length of the record.
The name of the archive member; it is used to index the archive directory for the member. Each member must have a unique name. Do not change without removing member from the directory first.
A single file or directory inside the archive.