streamWrapper::dir_opendir
(PHP 4 >= 4.3.2, PHP 5, PHP 7)
streamWrapper::dir_opendir — ディレクトリハンドルをオープンする
説明
public streamWrapper::dir_opendir
( string $path
, int $options
) : bool
このメソッドは、opendir() に対応してコールされます。
返り値
成功した場合に true
を、失敗した場合に false
を返します。
参考
- opendir() - ディレクトリハンドルをオープンする
- streamWrapper::dir_closedir() - ディレクトリハンドルを閉じる
- parse_url() - URL を解釈し、その構成要素を返す