|
uopz_copyCopy a function Warning
This function has been REMOVED in PECL uopz 5.0.0. Description
Closure uopz_copy(string
$function )Closure uopz_copy(string
$class , string $function )Copy a function by name Parameters
Return ValuesA Closure for the specified function ExamplesExample #1 uopz_copy example
The above example will output: string(5) "dummy" |