|
uopz_get_propertyGets value of class or instance property 説明
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 パラメータ
戻り値
Returns the value of the class or instance property, or 例例1 Basic uopz_get_property Usage
上の例の出力は、 たとえば以下のようになります。 int(10) int(100) 参考
|