I want to use a zip stream wrapper in PHP to create zip file or add files in a zip archive. Here are my example :
zip:// stream wrapper does not support writes: http://php.net/manual/en/wrappers.compression.php
zip://
Besides, Zip archives cannot be written in a stream because the CRC comes before the compressed data