ZooKeeper
PHP Manual

The ZookeeperConfig class

(PECL zookeeper >= 0.6.0, ZooKeeper >= 3.5.0)

Introduction

The ZooKeeper Config handling class.

Class synopsis

ZookeeperConfig {
/* Methods */
public void add ( string $members [, int $version = -1 [, array &$stat = NULL ]] )
public string get ([ callable $watcher_cb = NULL [, array &$stat = NULL ]] )
public void remove ( string $id_list [, int $version = -1 [, array &$stat = NULL ]] )
public void set ( string $members [, int $version = -1 [, array &$stat = NULL ]] )
}

Table of Contents


ZooKeeper
PHP Manual