PHP实现查找指定目录下指定的文件(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:19 点击:次
);
}
$this->search($path."/".$_file,$file);
}elseif(is_file($path."/".$_file)&&$_file!="." && $_file!=".." && $_file!=="Thumbs.db"){
if(eregi($file,$_file)){
array_push($this->file_array,$path."/".$_file);
}
}
}
$this->all_array["folder"]=$this->folder_array;
$this->all_array["file"]=$this->file_array;
return $this
}
$this->search($path."/".$_file,$file);
}elseif(is_file($path."/".$_file)&&$_file!="." && $_file!=".." && $_file!=="Thumbs.db"){
if(eregi($file,$_file)){
array_push($this->file_array,$path."/".$_file);
}
}
}
$this->all_array["folder"]=$this->folder_array;
$this->all_array["file"]=$this->file_array;
return $this
相关新闻>>
- 发表评论
-
- 最新评论 更多>>