downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | 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 Git repository for this website on git.php.net.

Source of: /manual/en/ref.classkit.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.classkit.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'ref.classkit.php',
   
1 => 'Classkit Functions',
  ),
 
'up' =>
  array (
   
0 => 'book.classkit.php',
   
1 => 'Classkit',
  ),
 
'prev' =>
  array (
   
0 => 'classkit.constants.php',
   
1 => 'Predefined Constants',
  ),
 
'next' =>
  array (
   
0 => 'function.classkit-import.php',
   
1 => 'classkit_import',
  ),
 
'alternatives' =>
  array (
  ),
 
'extra_header_links' =>
  array (
   
'rel' => 'alternate',
   
'href' => '/manual/en/feeds/ref.classkit.atom',
   
'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="ref.classkit" class="reference">
 <h1 class="title">Classkit Functions</h1>

 





































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.classkit-import.php">classkit_import</a> — Import new class method definitions from a file</li><li><a href="function.classkit-method-add.php">classkit_method_add</a> — Dynamically adds a new method to a given class</li><li><a href="function.classkit-method-copy.php">classkit_method_copy</a> — Copies a method from class to another</li><li><a href="function.classkit-method-redefine.php">classkit_method_redefine</a> — Dynamically changes the code of the given method</li><li><a href="function.classkit-method-remove.php">classkit_method_remove</a> — Dynamically removes the given method</li><li><a href="function.classkit-method-rename.php">classkit_method_rename</a> — Dynamically changes the name of the given method</li></ul>
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites