PHP Conference Japan 2024

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

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top