(PHP 5, PHP 7)
ReflectionFunctionAbstract::isUserDefined — Checks if user defined
Checks whether the function is user-defined, as opposed to internal.
This function is currently not documented; only its argument list is available.
This function has no parameters.
TRUE
if it's user-defined, otherwise false;