php-zip
php-zip copied to clipboard
A better PHP zipping/unzipping class
Is this possible to implement password protection with this lib, please?
Is there an option for ignoring or inclusion the original tree preceding of the target directory? `$this->zip->zip_files( array('main/path2/path3' , 'main/deep2/deep3'), 'path/save_here.zip');` inside the save_here.zip ------------------------------------------- -main/path2/path3 -main/deep2/deep3 `$this->zip->zip_files( array('main/path2/path3' ,...
$v_memory_limit = substr($v_memory_limit, 0, -1); // drop G, M, or K suffix
adding a single file return a error array_diff(): at least 2 parameters are required, 1 given on line 503 in vendor/php-zip/src/Zip.php i add the file using the fallowing command $zip...
Hello, I am trying to add some folders when creating a zip file, but unfortunately I can't figure out how can I set the path or the directories content. To...
Dont remove the first char of filename if no path is specified