<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.memcache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ref.memcache.php',
    1 => 'Memcache 函数',
    2 => 'Memcache 函数',
  ),
  'up' => 
  array (
    0 => 'book.memcache.php',
    1 => 'Memcache',
  ),
  'prev' => 
  array (
    0 => 'memcache.setserverparams.php',
    1 => 'Memcache::setServerParams',
  ),
  'next' => 
  array (
    0 => 'function.memcache-debug.php',
    1 => 'memcache_debug',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/memcache/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.memcache.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.memcache" class="reference">
 <h1 class="title">Memcache 函数</h1>
 






<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="function.memcache-debug.php">memcache_debug</a> — 打开/关闭调试输出</li></ul>
</div>
<?php manual_footer($setup); ?>