ReflectionProperty::isStatic
(PHP 5, PHP 7, PHP 8)
ReflectionProperty::isStatic — Checks if property is static
Descrizione
public ReflectionProperty::isStatic():
bool
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
true
if the property is static, false
otherwise.