Archiver for .zip files.
@link http://php.net/zip
Hierarchy
- class ArchiverZip implements ArchiverInterface
Expanded class hierarchy of ArchiverZip
File
- core/
modules/ system/ system.archiver.inc, line 77 - Archiver implementations provided by the system module.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ArchiverZip:: |
protected | property | The underlying ZipArchive instance that does the heavy lifting. |
ArchiverZip:: |
public | function |
Adds the specified file or directory to the archive. Overrides ArchiverInterface:: |
ArchiverZip:: |
public | function |
Extracts multiple files in the archive to the specified path. Overrides ArchiverInterface:: |
ArchiverZip:: |
public | function | Retrieve the zip engine itself. |
ArchiverZip:: |
public | function |
Lists all files in the archive. Overrides ArchiverInterface:: |
ArchiverZip:: |
public | function |
Removes the specified file from the archive. Overrides ArchiverInterface:: |
ArchiverZip:: |
public | function |
Constructs a new archiver instance. Overrides ArchiverInterface:: |