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

主站蜘蛛池模板: 国产手机精品自拍视频 | 色婷婷中文字幕在线一区天堂 | 麻豆久久精品免费看国产 | 在线国产一区 | 欧美地区一二三区 | 午夜国产在线观看 | 欧美在线网站 | 日韩在线一区二区三区视频 | 九色国产在视频线精品视频 | 色婷婷精品免费视频 | 日韩精品久久久免费观看夜色 | 九九视频网 | 欧美综合在线视频 | 麻豆第一页 | 亚欧免费视频一区二区三区 | 一二三区在线观看 | 中文字幕一二三四区 | 亚洲精品国产福利 | 亚洲第一区精品观看 | 日本欧美一区二区三区不卡视频 | 欧美日韩国产超高清免费看片 | 一菊综合网成人综合网 | 国产精品女同一区二区久久 | 在线观看色网站 | 精品国产91乱码一区二区三区 | 国产一区曰韩二区欧美三区 | 在线亚洲小视频 | 久久久久综合国产 | 久久首页 | 欧美一区二区自偷自拍视频 | 美女视频一区二区三区在线 | 热久久最新 | 华人亚洲欧美精品国产 | 欧美性v视频播放 | 亚洲精品成人a在线观看 | 国产成人鲁鲁免费视频a | 婷婷综合色 | 亚洲精品中文字幕午夜 | 精品久久久久久久久免费影院 | 久久香蕉精品成人 | 视频一区二区三区在线观看 |