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