<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/index.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'copyright.php',
    1 => '版权信息',
    2 => '版权信息',
  ),
  'up' => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
  'prev' => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
  'next' => 
  array (
    0 => 'getting-started.php',
    1 => '入门指引',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'bookinfo.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="legalnotice">
   <div class="info"><h1 class="title">版权信息</h1></div>
   <p class="simpara">
    Copyright © 1997 - 2026，PHP 文档组版权所有。分发本资料须遵守
    Creative Commons Attribution 3.0 或更新版许可中阐明的条款及条件。<a href="cc.license.php" class="link">Creative
    Commons Attribution 3.0 许可</a>的副本已随本手册发行。其最新版本位于
   <a href="http://creativecommons.org/licenses/by/3.0/" class="link external">&raquo;&nbsp;http://creativecommons.org/licenses/by/3.0/</a>。
   </p>
  </div><?php manual_footer($setup); ?>