The ZookeeperConfig class

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

Introduction

The ZooKeeper Config handling class.

Class synopsis

classZookeeperConfig {
publicadd(string$members, int$version = -1, array&$stat = null): void
publicget(callable$watcher_cb = null, array&$stat = null): string
publicremove(string$id_list, int$version = -1, array&$stat = null): void
publicset(string$members, int$version = -1, array&$stat = null): void
}

Table of Contents

To Top