ReflectionClass::isUserDefined
(PHP 5)
ReflectionClass::isUserDefined — Checks if user defined
Beschreibung
public bool ReflectionClass::isUserDefined
( void
)
Checks whether the class is user-defined, as opposed to internal.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Siehe auch
- ReflectionClass::isInternal() - Checks if class is defined internally by an extension, or the core
There are no user contributed notes for this page.
