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
<?php The above example will output something similar to: string(5) "dummy" |