Example #1 Create a Zip archive. <?php $zip = new ZipArchive(); $filename = "./test112.zip"; if ($zip->open($filename, ZipArchive::CREATE)!==TRUE) {
確定! 回上一頁