|
is_aChecks if the object is of this class or has this class as one of its parents Beschreibung
bool is_a
( object
$object
, string $class_name
[, bool $allow_string = FALSE
] )
Checks if the given Parameter-Liste
Rückgabewerte
Returns Changelog
Beispiele
Beispiel #1 is_a example
<?phpBeispiel #2 Using the instanceof operator in PHP 5
<?phpSiehe auch
|