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

ReflectionProperty::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isStaticVérifie si la propriété est statique

Description

public function ReflectionProperty::isStatic(): bool

Vérifie si la propriété est statique.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

true si la propriété est statique, false sinon.

Voir aussi

To Top