stphplib
Include Statements Summary |
INCLUDE TYPE | INCLUDED FILENAME | DESCRIPTION |
---|
Global Variable Summary |
VARIABLE NAME | VARIABLE VALUE | DESCRIPTION |
---|
Constant Summary |
CONSTANT NAME | CONSTANT VALUE | DESCRIPTION |
---|
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 |
void is_a ( &$object, $class )
Determines if a object if of the specified type- Object $object: the pointer to the object
- string $class: the class of the object
public