2007-12-29 PHPでdir PHP PHP: ディレクトリ 関数 - Manual $d = opendir("./"); while( $r = readdir($d) ) echo "$r\n";