PHP实现查找指定目录下指定的文件(3)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:19 点击:次
->all_array;
closedir($H);
}elseif(is_file($path)){
if(eregi($file,$path)){
$this->all_array["file"]=$path;
}
return $this->all_array;
}else{
return $this->error("this folder does not exits,please check it out.");
}
}
}
?>
closedir($H);
}elseif(is_file($path)){
if(eregi($file,$path)){
$this->all_array["file"]=$path;
}
return $this->all_array;
}else{
return $this->error("this folder does not exits,please check it out.");
}
}
}
?>
相关新闻>>
- 发表评论
-
- 最新评论 更多>>