|
uopz_get_returnGets a previous set return value for a function Description
mixed uopz_get_return(string
$function)mixed uopz_get_return(string
$class, string $function)
Gets the return value of the Parameters
Return ValuesThe return value or Closure previously set. ExamplesExample #1 uopz_get_return example The above example will output: 42 |