摘要: vi /etc/httpd/vhost/data.docvox.net.conf里面会有主机配置,和允许访问的目录 阅读全文
posted @ 2013-11-01 17:49 郭郭哥 阅读(245) 评论(0) 推荐(0)
摘要: 一使用内部扩展实现(>=php5)①解压缩文件functionunzip_file($file,$destination){//createobject$zip=newZipArchive();//openarchiveif($zip->open($file)!==TRUE){die('Couldnotopenarchive');}//extractcontentstodestinationdirectory$zip->extractTo($destination);//closearchive$zip->close();echo'Archive 阅读全文
posted @ 2013-11-01 17:07 郭郭哥 阅读(406) 评论(0) 推荐(0)