Create A Zip File And Uncompress Or Unzip A Zip File Using PHP And ZipArchive
February 19th, 2009
No comments
Are you curious about PHP capability of creating a zip file and extracting/unzip/unzompress a zip file? Actually, there are some ways to do it such as using shell script or using a PHP Class Library. In this article, we will use ZipArchive which is one of PHP class libraries that handles zip compression. Here is how to use it and the sample code.
Read more…
Categories: PHP archive, code, compress, compressed, compression, create, extract, extractor, file, PHP, script, unzip, zip, ziparchive




