一区二区久久-一区二区三区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)系我們修改或刪除,多謝。

主站蜘蛛池模板: 久久亚洲精品永久网站 | 精品专区| 97在线视频网站 | 欧美综合图片 | 欧美透逼 | 久久伊人久久亚洲综合 | 四虎永久在线精品视频播放 | 成年ssswww日本| 欧美一级做 | 日本一区二区三区免费看 | 国产福利观看 | 国产精品伦子一区二区三区 | 国产成人亚洲综合91精品555 | 超高清欧美videos360 | 国产欧美精品一区二区色综合 | 国产精品亚洲一区二区三区在线观看 | 精品国产a| 成人精品国产亚洲 | 美女视频永久黄网站免费观看韩国 | 国产综合第一页 | 亚洲欧美国产精品久久久 | 亚洲天堂美女视频 | 国产自线一二三四2021 | 一级做a爰片欧美aaaa | 国产亚洲一级精品久久 | 国产亚洲精品激情都市 | 美女大胸又爽又黄网站 | 亚洲综合图色 | 自拍 欧美 日韩 | 亚洲欧洲免费视频 | 人人干在线 | 欧美人爱视频 | 成人在线观看免费视频 | 蜜桃久久久 | 五月天国产精品 | 久久国产乱子伦精品免费不卡 | 国产成人免费a在线资源 | 国产特黄一级一片免费 | 日韩成人免费一级毛片 | 好吊色49paopao视频 | 美女掰开逼 |