php8.5
Home/ Manual/ reflection / reflectionfunctionabstract/ ReflectionFunctionAbstract::isUserDefined

ReflectionFunctionAbstract::isUserDefined

PHP function Edit on GitHub ✎

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

Checks if user defined

Description

ReflectionFunctionAbstract::isUserDefined(): bool

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

Parameters Parameters

Return Values

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

See Also

  • ReflectionFunctionAbstract::isInternal

Source: reference/reflection/reflectionfunctionabstract/isuserdefined.xml · from the official PHP manual (php/doc-en)