<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.zookeeper.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.zookeeper.php',
    1 => 'ZooKeeper Functions',
    2 => 'ZooKeeper Functions',
  ),
  'up' => 
  array (
    0 => 'book.zookeeper.php',
    1 => 'ZooKeeper',
  ),
  'prev' => 
  array (
    0 => 'zookeeper.configuration.php',
    1 => 'Runtime Configuration',
  ),
  'next' => 
  array (
    0 => 'function.zookeeper-dispatch.php',
    1 => 'zookeeper_dispatch',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/zookeeper/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.zookeeper.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.zookeeper" class="reference">
 <h1 class="title">ZooKeeper Functions</h1>

 






<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.zookeeper-dispatch.php">zookeeper_dispatch</a> — Calls callbacks for pending operations</li></ul>
</div>
<?php manual_footer($setup); ?>