(PECL zookeeper >= 0.6.0, ZooKeeper >= 3.5.0)
 
  
   Introduction
   
    The ZooKeeper Config handling class.
   
   
 
  
   Class synopsis
 
   
    
 
    
     
      ZookeeperConfig
     
     {
    
    
   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 
   }