stream_wrapper_unregister

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

stream_wrapper_unregister注销 URL 封装器

描述

stream_wrapper_unregister(string $protocol): bool

允许您禁用已定义的流封装器。一旦封装器被禁用,您可以使用 stream_wrapper_register() 使用用户定义的封装器覆盖它,或者稍后使用 stream_wrapper_restore() 重新启用它。

参数

protocol

返回值

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

添加注释

用户贡献注释

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