Is it possible to change the compression w3coded compression rebex level and/or method used by the ZipArchive w3coded compression rebex class?, w3coded compression rebex Stack Overflow for Teams w3coded compression rebex Where developers & technologists w3coded compression rebex share private knowledge with coworkers w3coded compression rebex ,As stated in w3coded compression rebex previous post, you can't do it with Zip. If w3coded compression rebex specifying a compression level is more important w3coded compression rebex than the archiving method, then PHP zlib allows w3coded compression rebex it:, w3coded compression rebex Stack Overflow w3coded compression rebex help w3coded compression rebex chat
As stated in previous post, you can't do it with Zip. If specifying a compression level is more important than the archiving method, then PHP zlib allows it:
string gzcompress ( string $data [, int $level = -1 ] )
Indeed it is not possible evenin 2014 so i had to use the "exec" function with the zip command for linux :
exec("cd \"".$the_directory_you want_to_zip."\" && zip -0 -r \"".$path_zip."\" .");
Last Update : 2023-09-22 UTC 12:41:59 PM
Last Update : 2023-09-22 UTC 12:41:52 PM
Last Update : 2023-09-22 UTC 12:41:36 PM
Last Update : 2023-09-22 UTC 12:41:26 PM
Last Update : 2023-09-22 UTC 12:41:15 PM
Last Update : 2023-09-22 UTC 12:40:41 PM
Last Update : 2023-09-22 UTC 12:40:36 PM