The Horde_Compress_zip class allows ZIP files to be created and read.
Located in /Compress/Compress/zip.php (line 41)
Horde_Compress | --Horde_Compress_zip
End of central directory record.
Beginning of central directory record.
Beginning of file contents.
ZIP compression methods.
Checks to see if the data is a valid ZIP file.
Create a ZIP compressed file from an array of file data.
Requires an array of arrays - each subarray should contain the following fields: 'data' (string) -- The data to compress. 'name' (string) -- The pathname to the file. 'time' (integer) -- [optional] The timestamp to use for the file.
Decompress a ZIP file and get information from it.
The following parameters are REQUIRED: 'action' (integer) => The action to take on the data. Either HORDE_COMPRESS_ZIP_LIST or HORDE_COMPRESS_ZIP_DATA. The following parameters are REQUIRED for HORDE_COMPRESS_ZIP_DATA also: 'info' (array) => The zipfile list. 'key' (integer) => The position of the file in the archive list.
Inherited From Horde_Compress
Horde_Compress::Horde_Compress()
Horde_Compress::compress()
Horde_Compress::decompress()
Horde_Compress::factory()
Horde_Compress::singleton()
Documentation generated on Sun, 30 Jan 2011 05:23:34 +0000 by phpDocumentor 1.4.3