CakeFest 2024: The Official CakePHP Conference

The ZookeeperConfig class

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

Introduction

The ZooKeeper Config handling class.

Synopsis de la classe

class ZookeeperConfig {
/* Méthodes */
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
}

Sommaire

add a note

User Contributed Notes

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