中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

PHP Zip壓縮 在線對文件進(jìn)行壓縮的函數(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壓縮 在線對文件進(jìn)行壓縮的函數(shù),轉(zhuǎn)載需保留來源!

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

主站蜘蛛池模板: 国产一级淫片免费视频 | 91极品尤物在线播放国产 | 国产精品久久国产精品 | 黄色日批视频 | 国产成人99久久亚洲综合精品 | 亚洲精品乱码久久久久久蜜桃 | 91视频亚洲 | 天天射夜夜操 | 黄色片在线看 | 久久精品国产久精国产 | 五月天天色| 久久久精品综合 | 精品自拍视频 | 精品一区二区在线观看 | 一道本在线| 久久免费视频观看 | 色久在线 | 成人在线精品视频 | 国产精品国产成人国产三级 | 超碰天天| 国产福利视频 | 国产精品久久久久久久久久久久久 | 夜夜操av| 91精品国产综合久久国产大片 | 九九久视频 | 精品九九九 | 国产精选一区 | 国产精品久久久久久久白浊 | 久久久欧洲 | 欧美精品一区二区三区在线 | 久久精品天堂 | 久久成 | 日韩欧美天堂 | 亚洲成年人免费网站 | 久久免费视频网 | 欧美性生活视频 | 一区二区在线不卡 | 久久精品亚洲精品国产欧美 | 久久久久久艹 | 亚洲国产欧美在线 | 深夜福利亚洲 |