Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
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 parentsPopis
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.
Poznámka: The is_a() function is deprecated as of PHP 5 in favor of the instanceof type operator.
Návratové hodnoty
Returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
interface_exists | Nahoru |