php实现遍历文件夹的方法汇总 php遍历文件夹,不少时候还是很需要的/*获取所有文件*/functionget_all_files($path){$list=array();fore php遍历所有文件夹