streamWrapper::stream_set_option

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

streamWrapper::stream_set_option更改流选项

说明

public streamWrapper::stream_set_option(int $option, int $arg1, int $arg2): bool

此方法用于设置流上的选项。

参数

option

以下是其中一些:

arg1

如果 option

arg2

如果 option

返回值

成功返回 true,失败返回 false。如果 option 未实现,则应返回 false

参见

添加注释

用户贡献的注释

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