ReflectionClass
PHP Manual

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::setStaticPropertyValueSets static property value

Descrizione

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

Sets static property value.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

name

Property name.

value

New property value.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


ReflectionClass
PHP Manual