ReflectionClass::setStaticPropertyValue
(PHP 5 >= 5.1.0)
ReflectionClass::setStaticPropertyValue — Sets 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ść.
There are no user contributed notes for this page.
