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

ReflectionFunctionAbstract::isInternal

PHP function Edit on GitHub ✎

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

Checks if is internal

Description

ReflectionFunctionAbstract::isInternal(): bool

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

Parameters Parameters

Return Values

true if it's internal, otherwise false

See Also

  • ReflectionFunctionAbstract::isUserDefined

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