Zookeeper::isRecoverable

(No version information available, might only be in Git)

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

说明

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.

参见