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