PHP 8.3.4 Released!

ReflectionFunctionAbstract::isUserDefined

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

ReflectionFunctionAbstract::isUserDefinedChecks if user defined

Descrição

public ReflectionFunctionAbstract::isUserDefined(): bool

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Veja Também

add a note

User Contributed Notes

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