(PHP 5 >= 5.1.0)
ReflectionClass::setStaticPropertyValue — 设置静态属性的值
$name
, string $value
)设置静态属性的值。
本函数还未编写文档,仅有参数列表。
name
属性的名称。
value
属性的值。
没有返回值。
chuck at manchuck dot com (2012-07-13 13:40:04)
It is important to note that calling ReflectionClass::setStaticPropertyValue will not allow you to add new static properties to a class.