Implements interfaces:
ZIP format adapter for the JArchive class
The ZIP compression code is partially based on code from: Eric Mueller <eric@themepark.com> http://www.zend.com/codex.php?id=535&single=1
Deins125 <webmaster@atlant.ru> http://www.zend.com/codex.php?id=470&single=1
The ZIP compression date code is partially based on code from Peter Listiak <mlady@users.sourceforge.net>
This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org>
Located in /libraries/joomla/archive/zip.php (line 39)
Method to determine if the server has native zip support for faster handling
Tests whether this adapter can unpack files on this computer.
Checks to see if the data is a valid ZIP file.
Create a ZIP compressed file from an array of file data.
Extract a ZIP compressed file to a given path
Extract a ZIP compressed file to a given path using a php based algorithm that only requires zlib support
Extract a ZIP compressed file to a given path using native php api calls for speed
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).
Documentation generated on Tue, 19 Nov 2013 15:18:40 +0100 by phpDocumentor 1.4.3