一区二区久久-一区二区三区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壓縮 在線對文件進行壓縮的函數,轉載需保留來源!

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

主站蜘蛛池模板: 精品国产第一国产综合精品 | 成人小视频在线观看 | 国产成人精品永久免费视频 | 日本美女一区二区 | 国产乱子伦视频大全 | 欧美www网站 | 久久婷婷久久一区二区三区 | 黄网站色成年片大免费软件 | 欧美ol丝袜高跟秘书在线观看 | 欧美激情国产一区在线不卡 | 91av国产精品 | 国产成人精品日本亚洲直接 | 国产成人精品s8p视频 | 亚洲女人影院想要爱 | 欧美另类videosbestse| 精品国精品自拍自在线 | 思思99精品国产自在现线 | 亚洲国产成人最新精品资源 | 国产91视频网 | 亚洲天堂成人在线观看 | 久久久噜噜噜久久久 | 亚洲视频一二三 | 91在线网站 | 久久午夜精品2区 | 亚洲美女aⅴ久久久91 | 激情五月综合网 | 美女三级毛片 | 亚洲欧洲国产成人精品 | 国产一区2区| 国产成人自啪精品视频 | 日韩亚洲欧美一区噜噜噜 | 九九碰| 国产一二区视频 | 成人免费小视频 | 日韩深夜视频 | www.xxxx欧美 | 国产精品麻豆久久久 | 深爱激动网婷婷狠狠五月 | 精品久久精品久久 | 伊人国产视频 | 久久综合亚洲 |