ReflectionProperty
PHP Manual

ReflectionProperty::isStatic

(PHP 5)

ReflectionProperty::isStatic静的プロパティであるかどうかを調べる

説明

public bool ReflectionProperty::isStatic ( void )

静的プロパティであるかどうかを調べます。

パラメータ

この関数にはパラメータはありません。

返り値

静的プロパティである場合に TRUE、それ以外の場合に FALSE を返します。

参考


ReflectionProperty
PHP Manual