ReflectionProperty::isStatic

(PHP 5, PHP 7)

ReflectionProperty::isStaticChecks if property is static

Descrierea

public ReflectionProperty::isStatic ( ) : bool

Checks whether the property is static.

Parametri

Această funcție nu are parametri.

Valorile întoarse

true if the property is static, false otherwise.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top