Constructor to use when creating a new archive.
Constructor to use when reading an existing archive.
Add a member to the archive. The file is compressed on the fly.
Construct the entire contents of the current members of the archive.
Delete member de from the archive. Uses the name of the member to detect which element to delete.
Decompress the contents of a member.
Array representing the entire contents of the archive.
Associative array indexed by the name of each member of the archive.
True when the archive is in Zip64 format. Set this to true to force building a Zip64 archive.
Number of ArchiveMembers in the directory.
The archive comment. Must be less than 65536 bytes in length.
Object representing the entire archive. ZipArchives are collections of ArchiveMembers.