[ad_1]
To get this product on 50 % contact me on this link
NetZipper is a php class for creating zip recordsdata/folders with out feedback or with feedback, learn the feedback from zip archive, unzipping archives, delete and rename recordsdata contained in the zip archive with consumer pleasant messages. This class was written with prebuilt php capabilities accessible for PHP5.2+ however can work in older
php variations if PECL extension is obtainable.
Features:
– Zip recordsdata/folders
– Zip recordsdata/folders with feedback
– Read Comments from zip archives
– Unzip archives
– Delete recordsdata inside zip archive
– Rename recordsdata inside zip archive
– Friendly Messages
– GUI/UI Ready
Code Example:
//requires the webzipper class require("zip.php");
$zip = new zip;
$recordsdata[] = "file.txt"; //array of recordsdata to be zipped
$file_path = time() . ".zip";
$zip->zip_files($file_path, $recordsdata); -> Creates zip recordsdata
$goal = "backup"; //path to folder to extract
$zip->unzip_file($file_path, $goal); -> Unzips the identical zipped file or especified
and extra…
More Functionality with much less code!
Video preview utilizing zip/packing characteristic on uploaded recordsdata
http://www.youtube.com/watch?v=wTyZlA34gvQ
[ad_2]
To get this product on 50 % contact me on this link