is_aChecks if the object is of this class or has this class as one of its parents
&reftitle.description;
boolis_aobjectobjectstringclass_name
Checks if the given object is of this class or has
this class as one of its parents.
The is_a function is deprecated as of PHP 5 in
favor of the instanceof
type operator.
&reftitle.parameters;
object
The tested object
class_name
The class name
&reftitle.returnvalues;
Returns &true; if the object is of this class or has this class as one of
its parents, &false; otherwise.
&reftitle.examples;
is_a example
]]>
Using the instanceof operator in PHP 5
]]>
&reftitle.seealso;
get_classget_parent_classis_subclass_of