ReflectionProperty
PHP Manual

ReflectionProperty::isStatic

(PHP 5)

ReflectionProperty::isStaticChecks if property is static

Описание

public bool ReflectionProperty::isStatic ( void )

Checks whether the property is static.

Параметри

Тази функция няма параметри.

Връщани стойности

TRUE if the property is static, FALSE otherwise.

Вж. също


ReflectionProperty
PHP Manual