This class can be used to create and extract ZIP archives.
It can add and list files and directories in a ZIP archive.
The class uses pure PHP code, so it does not use the PHP ZIP extension.
ZipArchive not found exception, Class not found exception
ZipArchive how to resolve this
Convert the folder to ZIP
convert the folder to ".zip" format in php
How to select files using file date and compress files as zip?
Select files by date and compress files as zip
|
Pages that reference this package |
|
Latest pages that reference packages
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
example1.php |
Example |
Example of using class to zip a file. |
example2.php |
Example |
Example of using class to read a zip file |
zip.class.php |
Class |
The main zipfile class |