PHP Manual
is_a
(PHP 4 >= 4.2.0, PHP 5)
is_a -- Checks if the object is of this class or has this class as one of its parentsDescription
bool is_a ( object object, string class_name )
Checks if the given object is of this class or has
this class as one of its parents.
Note: The is_a() function is deprecated as of PHP 5 in favor of the instanceof type operator.
Return Values
Returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




