摘要: // Get real path for our folder $rootPath = realpath('folder-to-zip'); // Initialize archive object $zip = new ZipArchive(); $zip->open('file.zip', ZipArchive::CREATE | ZipArchive::OVERWRITE); //... 阅读全文
posted @ 2019-05-09 08:40 佚名000 阅读(4522) 评论(0) 推荐(0) 编辑