PHP
反射 | Reflection

ReflectionClass::setStaticPropertyValue

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0, PHP 7)

ReflectionClass::setStaticPropertyValue — 设置静态属性值

描述

public void ReflectionClass::setStaticPropertyValue ( string $name , string $value )

设置静态属性值。

警告

此函数目前没有记录;只有它的参数列表可用。

参数

name

属性名称。

value

新的属性价值。

返回值

没有值返回。

另请参阅

  • ReflectionClass::getStaticPropertyValue() - 获取静态属性值

← ReflectionClass::newInstanceWithoutConstructor

ReflectionClass::__toString →