PHP 8.5.0 Alpha 1 available for testing

ReflectionFunctionAbstract::isInternal

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

ReflectionFunctionAbstract::isInternalVerifica si la función es una función interna

Descripción

public ReflectionFunctionAbstract::isInternal(): bool

Verifica si la función es una función interna, en lugar de una función definida en el espacio de usuario.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

true si la función es una función interna, false en caso contrario.

Ver también

add a note

User Contributed Notes

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