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

PHP Zip壓縮 在線對文件進行壓縮的函數(shù)

復(fù)制代碼 代碼如下:
/* 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 文件在線解壓縮的函數(shù)代碼

php技術(shù)PHP Zip壓縮 在線對文件進行壓縮的函數(shù),轉(zhuǎn)載需保留來源!

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

主站蜘蛛池模板: 亚洲日本网站 | 国产观看精品一区二区三区 | 婷婷色在线 | 亚洲手机国产精品 | 免费播放一区二区三区 | 99国产精品高清一区二区二区 | 欧美成人全部免费观看1314色 | 久久婷婷是五月综合色狠狠 | 久久香蕉国产精品一区二区三 | 在线视频91 | 亚洲综合激情视频 | 色无极影院亚洲 | 午夜久久久久久网站 | 国产精品免费观看网站 | 亚洲免费久久 | 四虎影院久久 | 最色影院 | 日韩在线 中文字幕 | 成人在线免费视频观看 | 欧洲女人性开放免费网站 | 综合网女女网 | 最新在线观看精品国产福利片 | 亚洲成人一区二区 | 福利在线观看视频 | 国产永久免费高清在线观看视频 | 久久国产美女 | 天堂在线www天堂中文在线 | 亚洲一卡2卡4卡5卡6卡在线99 | 精品精品精品 | 91国内视频 | 国农村精品国产自线拍 | 加勒比在线 | 91在线精品麻豆欧美在线 | 91福利国产在线观看一区二区 | 久久青草精品免费资源站 | 在线亚洲观看 | 在线观看视频一区 | 一本色道久久综合狠狠躁 | 日本一区二区视频免费播放 | 黄色免费观看网站 | 国产91精品久久久久久久 |