uopz_set_property

PECL uopz 5, PECL uopz 6, PECL uopz 7
uopz_set_property - Sets value of existing class or instance property
Manual
Code Examples

uopz_set_property( string$class, string$property, mixed$value ): void
voiduopz_set_property objectinstance stringproperty mixedvalue

Parameters

class

The name of the class.

instance

The object instance.

property

The name of the property.

value

The value to assign to the property.

Return Values

No value is returned.

Related Functions

Example of uopz_set_property

Show all examples for uopz_set_property

PHP Version: