http://www.topthink.com/topic/13029.html while (false !== ($file = readdir($handle))) { if ($file != . && $file != ..) { if (is_dir($path./.$file)) { file_list($path./.$file); } else { //echo $path./.$file.
; $filelist[] = $path./.$file; } } } } return $filelist;}?>
复制代码
虾囧, cms
