ReflectionProperty::isStatic
PHP Manual
PHP Manual»ReflectionProperty»ReflectionProperty::isStatic

ReflectionProperty::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isStaticChecks if property is static

Descrizione

public function ReflectionProperty::isStatic(): bool

Checks whether the property is static.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if the property is static, false otherwise.

Vedere anche:

To Top