|
uopz_set_propertySets value of existing class or instance property 説明
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 パラメータ
戻り値値を返しません。 例例1 Basic uopz_set_property Usage 上の例の出力は以下となります。 int(10) 参考
|