Zookeeper::setLogStream

(PECL zookeeper >= 0.1.0)

Zookeeper::setLogStream设置库用于记录的流

描述

public Zookeeper::setLogStream(resource $stream): bool

Zookeeper 库使用 stderr 作为其默认日志流。应用程序必须确保流可写。传入 NULL 将将流重置为其默认值 (stderr)。

参数

stream

库用于记录的流。

返回值

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

错误/异常

当参数数量或类型错误或操作失败时,此方法会发出 PHP 错误/警告。

注意

从 0.3.0 版开始,此方法发出 ZookeeperException 及其派生类。

参见

添加注释

用户贡献的注释

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