parent root
PHP: ZookeeperConfig - Manual
PHP 7.2.23 Release Announcement

The ZookeeperConfig class

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

Introduction

The ZooKeeper Config handling class.

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root