ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

说明

public mixed ReflectionProperty::getValue ( object $object )

Gets the properties value.

Warning

本函数还未编写文档,仅有参数列表。

参数

object

The object being reflected.

返回值

The current value of the property.

参见


ReflectionProperty
PHP Manual