uopz_get_property
PECL uopz 5, PECL uopz 6, PECL uopz 7
uopz_get_property - Gets value of class or instance property
Manual
uopz_get_property(
string$class,
string$property ): mixed
mixeduopz_get_property
objectinstance
stringproperty
Parameters
- class
-
The name of the class.
- instance
-
The object instance.
- property
-
The name of the property.
Return Values
Returns the value of the class or instance property, or null if the property is not defined.