| uopz_copyCopy a function Description
   Closure uopz_copy
    ( string  $class, string$function)
   Closure uopz_copy
    ( string  $function)Copy a function by name Parameters
 Return ValuesA Closure for the specified function ExamplesExample #1 uopz_copy example 
<?phpThe above example will output something similar to: string(5) "dummy" |