Categories

Updated: 06/24/2007

PHPUnzip Class

For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A detailed example is included. This class can read and parse a file and determine if it is a zip file, and read through the file entries and insert the file data into a structure which can be looped over for processing. Extensive error checking and handling and easy to use.
©2019 A--9.com