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

contributors($setup);

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

 






































































<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="function.apcu-add.php">apcu_add</a> — 缓存一个新变量到存储中</li><li><a href="function.apcu-cache-info.php">apcu_cache_info</a> — 从 APCu 存储中获取缓存信息</li><li><a href="function.apcu-cas.php">apcu_cas</a> — Updates an old value with a new value</li><li><a href="function.apcu-clear-cache.php">apcu_clear_cache</a> — Clears the APCu cache</li><li><a href="function.apcu-dec.php">apcu_dec</a> — Decrease a stored number</li><li><a href="function.apcu-delete.php">apcu_delete</a> — Removes a stored variable from the cache</li><li><a href="function.apcu-enabled.php">apcu_enabled</a> — Whether APCu is usable in the current environment</li><li><a href="function.apcu-entry.php">apcu_entry</a> — Atomically fetch or generate a cache entry</li><li><a href="function.apcu-exists.php">apcu_exists</a> — Checks if entry exists</li><li><a href="function.apcu-fetch.php">apcu_fetch</a> — Fetch a stored variable from the cache</li><li><a href="function.apcu-inc.php">apcu_inc</a> — Increase a stored number</li><li><a href="function.apcu-key-info.php">apcu_key_info</a> — Get detailed information about the cache key</li><li><a href="function.apcu-sma-info.php">apcu_sma_info</a> — Retrieves APCu Shared Memory Allocation information</li><li><a href="function.apcu-store.php">apcu_store</a> — 缓存一个变量到存储中</li></ul>
</div>
<?php manual_footer($setup); ?>