ReflectionFunctionAbstract::isStatic
PHP Manual
PHP Manual»ReflectionFunctionAbstract»ReflectionFunctionAbstract::isStatic

ReflectionFunctionAbstract::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionFunctionAbstract::isStaticChecks if the function is static

Descrizione

public function ReflectionFunctionAbstract::isStatic(): bool

Checks if the function is static.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if the function is static, otherwise false

Log delle modifiche

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

Vedere anche:

To Top