API16:JArchiveZip
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JArchiveZip
Contents |
Defined in
libraries/joomla/filesystem/archive/zip.php
Methods
| Method name | Description |
|---|---|
| create | Create a ZIP compressed file from an array of file data. |
| extract | Extract a ZIP compressed file to a given path |
| hasNativeSupport | Method to determine if the server has native zip support for faster handling |
| checkZipData | Checks to see if the data is a valid ZIP file. |
Importing
jimport( 'joomla.filesystem.archive.zip' );
[Edit See Also] SeeAlso:JArchiveZip
Examples
<CodeExamplesForm />
