php解压缩zip文件实例代码(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-26 22:14 点击:次
/, dirname(__FILE__)) . / . $zip_filename;
if(!is_file($zip_filepath))
{
die(文件".$zip_filepath."不存在!);
}
$zip = new ZipArchive();
$rs = $zip->open($zip_filepath);
if($rs !== TRUE)
{
die(
if(!is_file($zip_filepath))
{
die(文件".$zip_filepath."不存在!);
}
$zip = new ZipArchive();
$rs = $zip->open($zip_filepath);
if($rs !== TRUE)
{
die(
相关新闻>>
- 发表评论
-
- 最新评论 更多>>