ReflectionFunctionAbstract::isUserDefined
(PHP 5)
ReflectionFunctionAbstract::isUserDefined — Checks if user defined
Descrição
public bool ReflectionFunctionAbstract::isUserDefined
( void
)
Checks whether the function is user-defined, as opposed to internal.
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
TRUE if it's user-defined, otherwise false;