ReflectionProperty
PHP Manual

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultデフォルト値であるかどうかを調べる

説明

public bool ReflectionProperty::isDefault ( void )

プロパティがデフォルト値であるかどうかを調べます。

パラメータ

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

返り値

プロパティがコンパイル時に宣言された者である場合に TRUE、 実行時に作られたものである場合に FALSE を返します。

参考


ReflectionProperty
PHP Manual