|
uopz_set_propertySets value of existing class or instance property Description
void uopz_set_property(string
$class , string $property , mixed $value )void uopz_set_property(object
$instance , string $property , mixed $value )
Sets the value of an existing static class property, if Parameters
Return ValuesNo value is returned. ExamplesExample #1 Basic uopz_set_property Usage
The above example will output: int(10) See Also
|