ReflectionProperty::isStatic
(PHP 5, PHP 7, PHP 8)
ReflectionProperty::isStatic — Vérifie si la propriété est statique
Description
public ReflectionProperty::isStatic():
bool
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
true
si la propriété est statique, false
sinon.