php_stream_opendir
(no version information, might be only in CVS)
php_stream_opendir --
ファイルのリストを得るためにディレクトリをオープンする
説明
php_stream *
php_stream_opendir ( char * path, php_stream_context * context)
php_stream_opendir() は、path で
指定されたディレクトリ内のファイルの一覧を取得するのに用いるストリーム
を返します。
この関数の動作は、POSIX の opendir() 関数とほぼ同一です。
この関数は php_stream オブジェクトを返しますが、このストリーム
オブジェクトに対して共通 API の関数を使うことはお勧めできません。