|
Zookeeper::__constructCreate a handle to used communicate with zookeeper 説明
public
Zookeeper::__construct(string
$host = '', callable $watcher_cb = null , int $recv_timeout = 10000)This method creates a new handle and a zookeeper session that corresponds to that handle. Session establishment is asynchronous, meaning that the session should not be considered established until (and unless) an event of state ZOO_CONNECTED_STATE is received. パラメータ
エラー / 例外This method emits PHP error/warning when parameters count or types are wrong or could not init instance. 警告
Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 参考
|