摘要:
// 压缩文件夹 function addFileToZip($path,$zip){ $handler=opendir($path); //打开当前文件夹由$path指定。 while(($filename=readdir($handler))!==false){ if($filename != "." && $filename != ".."){//文件夹文件... 阅读全文
posted @ 2017-05-19 16:08
大鱼海棠8
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号