ReflectionFunctionAbstract::isInternal

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunctionAbstract::isInternalChecks if is internal

Beschreibung

public ReflectionFunctionAbstract::isInternal ( void ) : bool

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 besitzt keine Parameter.

Rückgabewerte

TRUE if it's internal, otherwise FALSE

Siehe auch