Page: Program_Root/stphpobject.php



Classes defined on this page: STPHPObject
Include Statements Summary
INCLUDE TYPEINCLUDED FILENAMEDESCRIPTION


Global Variable Summary
VARIABLE NAMEVARIABLE VALUEDESCRIPTION


Constant Summary
CONSTANT NAMECONSTANT VALUEDESCRIPTION


Function Summary
is_a ( &$object, $class )
Determines if a object if of the specified type

Include Statements Detail

Global Variable Detail

Constant Detail

Function Detail

is_a

void is_a ( &$object, $class )

Determines if a object if of the specified type

Function Parameters:
- Object $object: the pointer to the object
- string $class: the class of the object
Function Info:
Access - public