<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'copyright.php',
    1 => 'Copyright',
    2 => 'Copyright',
  ),
  'up' => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
  'prev' => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
  'next' => 
  array (
    0 => 'getting-started.php',
    1 => 'Einf&uuml;hrung',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Copyright</h1></div>
  <p class="simpara">
   Copyright © 1997 - 2026 by the PHP Documentation Group.
   Dieses Material darf nur gemäß den Regeln und Bedingungen der Creative
   Commons Attribution License Version v3.0 oder neuer weiter verbreitet
   werden. Eine Kopie der <a href="cc.license.php" class="link">Creative Commons
   Attribution 3.0 license</a> ist in diesem Handbuch enthalten, die
   aktuellste Version ist unter <a href="http://creativecommons.org/licenses/by/3.0/" class="link external">&raquo;&nbsp;http://creativecommons.org/licenses/by/3.0/</a> verfügbar.
  </p>
 </div><?php manual_footer($setup); ?>