API15

API15:JArchiveZip

From Joomla! Documentation

Revision as of 00:18, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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' );



Examples

Code Examples