PHP 8.3.7 Released!

ReflectionFunctionAbstract::isInternal

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

ReflectionFunctionAbstract::isInternalVerifica se é interno

Descrição

public ReflectionFunctionAbstract::isInternal(): bool

Verifica se a função é interna, em vez de definida pelo usuário.

Parâmetros

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

Valor Retornado

true se for interno, caso contrário false

Veja Também

add a note

User Contributed Notes

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