ReflectionClass::setStaticPropertyValue
( excerpt from http://php.net/manual/en/reflectionclass.setstaticpropertyvalue.php )
public function setStaticPropertyValue(
string $name,
mixed $value,
): void;
Sets static property value. Warning: This function is currently not documented; only its argument list is available.
Parameters
string $name
mixed $value
Returns
void