PHP 8.3.4 Released!

ReflectionFunctionAbstract::isUserDefined

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::isUserDefinedChecks if user defined

Description

public ReflectionFunctionAbstract::isUserDefined(): bool

Checks whether the function is user-defined, as opposed to internal.

Parameters

This function has no parameters.

Return Values

true if it's user-defined, otherwise false;

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top