ReflectionClass::isUserDefined
(PHP 5)
ReflectionClass::isUserDefined — Checks if user defined
Descrizione
public bool ReflectionClass::isUserDefined
( void
)
Checks whether the class is user-defined, as opposed to internal.
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.
Vedere anche:
- ReflectionClass::isInternal() - Checks if class is defined internally by an extension, or the core
There are no user contributed notes for this page.
