ReflectionFunctionAbstract::isUserDefined
(PHP 5)
ReflectionFunctionAbstract::isUserDefined — Checks if user defined
Descripción
public bool ReflectionFunctionAbstract::isUserDefined
( void
)
Checks whether the function is user-defined, as opposed to internal.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if it's user-defined, otherwise false;
There are no user contributed notes for this page.
