ReflectionProperty
PHP Manual

ReflectionProperty::isStatic

(PHP 5)

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

Description

public bool ReflectionProperty::isStatic ( void )

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


ReflectionProperty
PHP Manual