<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/datetime.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'datetime.installation.php',
    1 => '安装',
    2 => '安装',
  ),
  'up' => 
  array (
    0 => 'datetime.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'datetime.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'datetime.configuration.php',
    1 => '运行时配置',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/datetime/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="datetime.installation" class="section">
 <h2 class="title">安装</h2>

 <p class="para">使用这些函数不需要安装，它们是 PHP 核心的一部分。</p>

 <blockquote class="note"><p><strong class="note">注意</strong>: 
  <strong>获取最新版的时区数据</strong><br />
  <p class="para">
   可以通过安装 PECL 的
   <a href="https://pecl.php.net/get/timezonedb" class="link external">&raquo;&nbsp;timezonedb</a>
   获取最新的时区数据。
  </p>
 </p></blockquote>

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