Recommend this page to a friend! |
Download |
Info | Example | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
46% | Total: 9,653 | All time: 150 This week: 488 |
Version | License | PHP version | Categories | |||
zipfile 1.0 | GNU General Publi... | 4.0 | Files and Folders, Compression |
Description | Author | ||||||||||||||||||||||
This class can be used to create and extract ZIP archives. |
|
How to select files using file date and compress files as zip?
Select files by date and compress files as zip
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
<?php
|
Files (3) |
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 |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Eine effektive und performante Möglichkeit um eine Zip-Funktion in einer Onlineanwendung anzubieten ist die PHP Klasse Zip File... |
I used this class... |