|
ReflectionProperty::getValue値を取得する 説明
public mixed ReflectionProperty::getValue(objectnull
$object = null )プロパティの値を取得します。 パラメータ
戻り値プロパティの現在の値を返します。 変更履歴
例
例1 ReflectionProperty::getValue の例
上の例の出力は以下となります。 string(6) "foobar" string(6) "barfoo" string(6) "foofoo" 参考
|