ReflectionClass
PHP Manual

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::setStaticPropertyValueSets static property value

Opis

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

Sets static property value.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

name

Property name.

value

New property value.

Zwracane wartości

Nie jest zwracana żadna wartość.

Zobacz też:


ReflectionClass
PHP Manual