PHP Doku:: Checks if a subclass - reflectionclass.issubclassof.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionClass classReflectionClass::isSubclassOf

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionClass class

<<ReflectionClass::isIterateable

ReflectionClass::isUserDefined>>

ReflectionClass::isSubclassOf

(PHP 5)

ReflectionClass::isSubclassOfChecks if a subclass

Beschreibung

public bool ReflectionClass::isSubclassOf ( string $class )

Checks if the class is a subclass of a specified class.

Parameter-Liste

class

The class name being checked against.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)