![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
is_a(PHP 4 >= 4.2.0, PHP 5) is_a -- Returns TRUE if the object is of this class or has this class as one of its parentsDescriptionbool is_a ( object object, string class_name )This function returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise.
The is_a() function is deprecated as of PHP 5 in favor of the instanceof type operator. In the above example we could use the following in PHP 5:
See also get_class(), get_parent_class(), and is_subclass_of(). Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|