PHP 8.3.4 Released!

ReflectionFunctionAbstract::isUserDefined

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

ReflectionFunctionAbstract::isUserDefinedChecks if user defined

Beschreibung

public ReflectionFunctionAbstract::isUserDefined(): bool

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

Siehe auch

add a note

User Contributed Notes

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