CakeFest 2024: The Official CakePHP Conference

streamWrapper::dir_opendir

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::dir_opendirディレクトリハンドルをオープンする

説明

public streamWrapper::dir_opendir(string $path, int $options): bool

このメソッドは、opendir() に対応してコールされます。

パラメータ

path

opendir() に渡す URL を指定します。

注意:

parse_url() でこの URL が壊れることがあります。

options

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top