摘要: function get_dir_all_files($path){ $result=array(); $temp=array(); if(filetype($path)=='dir') { $dir=scandir($path); ... 阅读全文
posted @ 2014-08-07 11:04 我来也1010 阅读(299) 评论(0) 推荐(1)