stream_wrapper_restore

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

stream_wrapper_restore恢复以前取消注册的内置包装器

描述

stream_wrapper_restore(string $protocol): bool

恢复之前使用 stream_wrapper_unregister() 取消注册的内置包装器。

参数

protocol

返回值

成功时返回 true,失败时返回 false

添加注释

用户贡献的注释

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