ReflectionProperty
PHP 手册

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

说明

public mixed ReflectionProperty::getValue ([ string $object ] )

Gets the properties value.

Warning

本函数暂无文档,仅有参数列表。

参数

object

The object being reflected.

返回值

The current value of the property.

参见


ReflectionProperty
PHP 手册