ReflectionFunctionAbstract::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionFunctionAbstract::isStaticChecks if the function is static

Beschreibung

public ReflectionFunctionAbstract::isStatic(): bool

Checks if the function is static.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

true if the function is static, otherwise false

Changelog

Version Beschreibung
8.1.0 This method has been pulled up. Previously, it was only defined in ReflectionMethod.

Siehe auch