<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.stats.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'stats.setup.php',
    1 => '安装/配置',
    2 => '安装/配置',
  ),
  'up' => 
  array (
    0 => 'book.stats.php',
    1 => 'Statistics',
  ),
  'prev' => 
  array (
    0 => 'book.stats.php',
    1 => 'Statistics',
  ),
  'next' => 
  array (
    0 => 'stats.requirements.php',
    1 => '需求',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stats/setup.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/stats.setup.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stats.setup" class="chapter">
 <h1 class="title">安装/配置</h1>
<h2>目录</h2><ul class="chunklist chunklist_chapter"><li><a href="stats.requirements.php">需求</a></li><li><a href="stats.installation.php">安装</a></li></ul>


 
 
 

 
 
 

</div>
<?php manual_footer($setup); ?>