|
uopz_get_returnGets a previous set return value for a function 説明
mixed uopz_get_return(string
$function )mixed uopz_get_return(string
$class , string $function )
Gets the return value of the パラメータ
戻り値The return value or Closure previously set. 例例1 uopz_get_return example
上の例の出力は以下となります。 42 |