October 2006
Intermediate to advanced
720 pages
17h 56m
English
Having learned the syntax of defining, using, and extending object types, in this section, you will examine utilities to leverage OO programming. Utilities enable you to manage objects in the procedural programming structures. Table 8-3 qualifies the PHP predefined functions that enable you to evaluate and obtain information about object types and object instances.
| Function Name | Description |
| class_exists() | The function checks if a class is defined in the current environment scope. It returns a Boolean true if the object type is defined or false when not. You have an optional second parameter that has a default true value, which means that it attempts to run the __autoload() function ... |
Read now
Unlock full access