ReflectionFunctionAbstract::isInternal
(PHP 5)
ReflectionFunctionAbstract::isInternal — Checks if is internal
Beschreibung
public bool ReflectionFunctionAbstract::isInternal
( void
)
Checks whether the function is internal, as opposed to user-defined.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if it's internal, otherwise FALSE