JArchiveZip/1.5
From Joomla! Documentation
[Edit Descripton] Description:JArchiveZip
Defined in
libraries/joomla/filesystem/archive/zip.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _addToZIPFile | Adds a "file" to the ZIP archive. |
| _createZIPFile | Creates the ZIP file. |
| _extract | Extract a ZIP compressed file to a given path using a php based algorithm that only requires zlib support. |
| _extractNative | Extract a ZIP compressed file to a given path using native php api calls for speed. |
| _getFileData | Returns the file data for a file by offsest in the ZIP archive. |
| _getZipInfo | Get the list of files/data from a ZIP archive buffer. |
| _unix2DOSTime | Converts a UNIX timestamp to a 4-byte DOS date and time format (date in high 2-bytes, time in low 2-bytes allowing magnitude comparison). |
| checkZipData | Checks to see if the data is a valid ZIP file. |
| 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. |
Importing
jimport( 'joomla.filesystem.archive.zip' );
See also
[Edit See Also] SeeAlso:JArchiveZip
Examples
<CodeExamplesForm />