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

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

主站蜘蛛池模板: 欧美videos在线观看 | 国产日韩一区二区三区在线播放 | 国产亚洲精品sese在线播放 | 99精品国产自产在线观看 | 在线免费福利 | 欧美人与禽交片在线播放 | jizz日韩| 五月婷婷六月综合 | 国产在线精品美女观看 | 色多多www| 精品国产乱码久久久久久浪潮 | 久久青青草原精品无线观看 | 色女生影院 | 国产欧美日韩haodiaose | fenfencao在线观看免费视频 | 视频一区二区中文字幕 | 亚洲小说另类 | 色多多福利网站 | 亚洲精品第四页中文字幕 | 久草小说 | 国产精品亚洲高清一区二区 | 国产一级二级在线观看 | 牛牛影院成人免费网页 | 4se成人 | 91免费精品视频 | 午夜视频福利 | 天天干2018| 人人干人人爽 | 美女视频一区二区三区在线 | 九一国产精品视频 | 亚洲一区二区三区不卡视频 | 99久久好看一级毛片 | 久久中文精品 | 国产 麻豆 | 黄色在线免费观看网址 | 欧洲在线观看在线视频吗 | 综合国产在线 | 九月婷婷综合婷婷 | 亚洲国产乱码在线精品 | 91精品导航在线网址免费 | 久久精品94精品久久精品 |