一区二区久久-一区二区三区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久久 | 中文字幕一区二区三区免费看 | 最大胆极品欧美人体 | 99热成人精品国产免男男 | 视频黄在线观看 | 美女张开腿给人网站 | 一男一女一级毛片 | 国产91第一页 | 色婷婷久久综合中文久久一本 | 国产乱子伦真实china | 日韩在线一区二区三区视频 | 伊人精品线视天天综合 | 婷婷综合国产激情在线 | 国内精品视频 | 久久精品视 | 久久精品系列 | 精品国产一区二区三区国产馆 | 国产图片综合 | 国产精品秒播无毒不卡 | 91久久精品日日躁夜夜躁欧美 | 精品日韩一区二区 | 五月婷婷影视 | 加勒比毛片 | 精品久久久久久综合网 | 久久久小视频 | 天天曰天天爽 | 韩国免费一级片 | 12p欧美| 日韩一区二区超清视频 | 免费激情小视频 | 2019偷偷狠狠的日日 | 91精品日本久久久久久牛牛 | 福利一区二区视频 | 亚洲图片欧美小说 | 中国一级特黄特色真人毛片 | 国产精品久久免费视频 | 国内精品福利视频 | 91短视频在线观看免费最新91 | 中文字幕1区2区 | 综合精品视频 |