揮発性のメモ2

知識をメモ書きしておく

PHPでdir

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

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