downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/copyright.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/manual.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'copyright.php',
   
1 => 'Copyright',
  ),
 
'up' =>
  array (
   
0 => 'manual.php',
   
1 => 'PHP Manual',
  ),
 
'prev' =>
  array (
   
0 => NULL,
   
1 => NULL,
  ),
 
'next' =>
  array (
   
0 => NULL,
   
1 => NULL,
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="legalnotice">
   <h4 class="title">Copyright</h4>
   <p class="simpara">
    Copyright © 1997 - 2009 by the PHP Documentation Group.
    This material may be distributed only subject to the terms and
    conditions set forth in the Creative Commons Attribution 3.0
    License or later. A copy of the <a href="cc.license.php" class="link">Creative
    Commons Attribution 3.0 license</a> is distributed with this manual.
    The latest version is presently available at
   <a href="http://creativecommons.org/licenses/by/3.0/" class="link external">&raquo; http://creativecommons.org/licenses/by/3.0/</a>.
   </p>
   <p class="simpara">
    If you are interested in redistribution or republishing of this document
    in whole or in part, either modified or unmodified, and you have questions,
    please contact the Copyright holders at
    <a href="mailto:doc-license@lists.php.net" class="link external">&raquo; doc-license@lists.php.net</a>.
    Note that this address is mapped to a publicly archived mailing list.
   </p>
  </div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites