IX. Class/Object Functions
Introduction
These functions allow you to obtain information about classes
and instance objects. You can obtain the name of the class
to which an object belongs, as well as its member properties
and methods. Using these functions, you can find out not only
the class membership of an object, but also its parentage
(i.e. what class is the object class extending).
Requirements
No external libraries are needed to build this extension.
Installation
There is no installation needed to use these functions;
they are part of the PHP core.
Runtime Configuration
This extension has no configuration directives defined in
php.ini.
Resource Types
This extension has no resource types defined.
Predefined Constants
This extension has no constants defined.
|