一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

PHP Zip壓縮 在線對文件進行壓縮的函數

復制代碼 代碼如下:
/* creates a compressed zip file */
function create_zip($files = array(),$destination = '',$overwrite = false) {
//if the zip file already exists and overwrite is false, return false
if(file_exists($destination) && !$overwrite) { return false; }
//vars
$valid_files = array();
//if files were passed in...
if(is_array($files)) {
//cycle through each file
foreach($files as $file) {
//make sure the file exists
if(file_exists($file)) {
$valid_files[] = $file;
}
}
}
//if we have good files...
if(count($valid_files)) {
//create the archive
$zip = new ZipArchive();
if($zip->open($destination,$overwrite ? ZIPARCHIVE::OVERWRITE : ZIPARCHIVE::CREATE) !== true) {
return false;
}
//add the files
foreach($valid_files as $file) {
$zip->addFile($file,$file);
}
//debug
//echo 'The zip archive contains ',$zip->numFiles,' files with a status of ',$zip->status;

//close the zip -- done!
$zip->close();

//check to make sure the file exists
return file_exists($destination);
}
else
{
return false;
}
}
/***** Example Usage ***/
$files=array('file1.jpg', 'file2.jpg', 'file3.gif');
create_zip($files, 'myzipfile.zip', true);

php Zip 文件在線解壓縮的函數代碼

php技術PHP Zip壓縮 在線對文件進行壓縮的函數,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产精品黑色丝袜的老师 | 久久婷婷激情综合色综合也去 | 一区二区三区网站在线免费线观看 | 真人毛片 | 伊人成人在线观看 | 乱爱妇乱子伦精品 | 日韩久久精品一区二区三区 | 欧美激情小视频 | 一级风流片a级国产 | 91网站视频在线观看 | 亚洲精品影院 | 国产精品成人第一区 | 久久精品视香蕉蕉er大臿蕉 | 国产精品嫩草影院免费看 | 天天色天天干天天 | 久久精品免费全国观看国产 | 精品日韩一区二区三区视频 | 欧美性在线观看 | 久久久91精品国产一区二区 | 美女国产在线观看免费观看 | 亚洲国产成人久久综合野外 | 亚洲色图偷 | 亚洲综合网在线 | 精品一区二区三区免费视频 | 国产一级毛片午夜福 | 伊人色在线观看 | 免费一区二区三区四区 | 中文资源在线观看 | 香蕉eeww99国产在线观看 | 欧美三级视频 | 好吊日免费视频 | 久久91精品久久91综合 | 精品国产亚洲一区二区三区 | 91视频99| 五月婷六月婷婷 | 酒色成人网 | 乱码一区| 99视频热| 性开放网站 | 加勒比一本大道在线 | 国产精品12页 |