|
uopz_get_propertyGets value of class or instance property Description
mixed uopz_get_property(string
$class , string $property )mixed uopz_get_property(object
$instance , string $property )
Gets the value of a static class property, if Parameters
Return Values
Returns the value of the class or instance property, or ExamplesExample #1 Basic uopz_get_property Usage
The above example will output something similar to: int(10) int(100) See Also
|