ZooKeeper
PHP Manual

Zookeeper::isRecoverable

(PECL zookeeper >= 0.1.0)

Zookeeper::isRecoverableChecks if the current zookeeper connection state can be recovered.

説明

public bool Zookeeper::isRecoverable ( void )

The application must close the zhandle and try to reconnect.

返り値

Returns true/false on success, and false on failure.

エラー / 例外

This method emits PHP error/warning when operation fails.

参考


ZooKeeper
PHP Manual