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/ref.classobj.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.classobj.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'ref.classobj.php',
1 => 'Classes/Object Functions',
),
'up' =>
array (
0 => 'book.classobj.php',
1 => 'Class/Object Information',
),
'prev' =>
array (
0 => 'classobj.examples.php',
1 => 'Examples',
),
'next' =>
array (
0 => 'function.call-user-method-array.php',
1 => 'call_user_method_array',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Classes/Object Functions</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.call-user-method-array.php">call_user_method_array</a> — Call a user method given with an array of parameters [deprecated]</li><li><a href="function.call-user-method.php">call_user_method</a> — Call a user method on an specific object [deprecated]</li><li><a href="function.class-alias.php">class_alias</a> — Creates an alias for a class</li><li><a href="function.class-exists.php">class_exists</a> — Checks if the class has been defined</li><li><a href="function.get-called-class.php">get_called_class</a> — the "Late Static Binding" class name</li><li><a href="function.get-class-methods.php">get_class_methods</a> — Gets the class methods' names</li><li><a href="function.get-class-vars.php">get_class_vars</a> — Get the default properties of the class</li><li><a href="function.get-class.php">get_class</a> — Returns the name of the class of an object</li><li><a href="function.get-declared-classes.php">get_declared_classes</a> — Returns an array with the name of the defined classes</li><li><a href="function.get-declared-interfaces.php">get_declared_interfaces</a> — Returns an array of all declared interfaces</li><li><a href="function.get-object-vars.php">get_object_vars</a> — Gets the properties of the given object</li><li><a href="function.get-parent-class.php">get_parent_class</a> — Retrieves the parent class name for object or class</li><li><a href="function.interface-exists.php">interface_exists</a> — Checks if the interface has been defined</li><li><a href="function.is-a.php">is_a</a> — Checks if the object is of this class or has this class as one of its parents</li><li><a href="function.is-subclass-of.php">is_subclass_of</a> — Checks if the object has this class as one of its parents</li><li><a href="function.method-exists.php">method_exists</a> — Checks if the class method exists</li><li><a href="function.property-exists.php">property_exists</a> — Checks if the object or class has a property</li></ul>
</div>
<?php manual_footer(); ?>