Archiver for .zip files.

@link http://php.net/zip

Hierarchy

Expanded class hierarchy of ArchiverZip

File

core/modules/system/system.archiver.inc, line 77
Archiver implementations provided by the system module.

Members

Contains filters are case sensitive
Name Modifiers Typesort descending Description
ArchiverZip::__construct public function Constructs a new archiver instance. Overrides ArchiverInterface::__construct
ArchiverZip::add public function Adds the specified file or directory to the archive. Overrides ArchiverInterface::add
ArchiverZip::remove public function Removes the specified file from the archive. Overrides ArchiverInterface::remove
ArchiverZip::extract public function Extracts multiple files in the archive to the specified path. Overrides ArchiverInterface::extract
ArchiverZip::listContents public function Lists all files in the archive. Overrides ArchiverInterface::listContents
ArchiverZip::getArchive public function Retrieve the zip engine itself.
ArchiverZip::$zip protected property The underlying ZipArchive instance that does the heavy lifting.