揮発性のメモ2

http://d.hatena.ne.jp/iww/

PHPでdir

PHP: ディレクトリ 関数 - Manual

    $d = opendir("./");
    while( $r = readdir($d) ) echo "$r\n";