PHP 8.1.28 Released!

ReflectionFunctionAbstract::isUserDefined

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

ReflectionFunctionAbstract::isUserDefinedChecks if user defined

Descrizione

public ReflectionFunctionAbstract::isUserDefined(): bool

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Vedere anche:

add a note

User Contributed Notes

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