ExamplesExample #1 Create a Zip archive
<?php Example #2 Dump the archive details and listing
<?php Example #3 Zip stream wrapper, read an OpenOffice meta info
<?php This example uses the old API (PHP 4), it opens a ZIP file archive, reads each file in the archive and prints out its contents. The test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution. Example #4 Zip Usage Example
<?php |