PHP 8.5.0 Alpha 2 available for testing

ReflectionFunctionAbstract::inNamespace

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

ReflectionFunctionAbstract::inNamespaceVerifica si una función está en un espacio de nombres

Descripción

public ReflectionFunctionAbstract::inNamespace(): bool

Verifica si una función está en un espacio de nombres.

Parámetros

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

Valores devueltos

true si la función está en el espacio de nombres, false en caso contrario.

Ver también

add a note

User Contributed Notes

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