ReflectionFunctionAbstract::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionFunctionAbstract::isStaticChecks if the function is static

Descripción

publicReflectionFunctionAbstract::isStatic(): bool

Checks if the function is static.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true if the function is static, otherwise false

Historial de cambios

VersiónDescripción
8.1.0 This method has been pulled up. Previously, it was only defined in ReflectionMethod.

Ver también

To Top