uopz_copyCopy a function Beschreibung
Closure uopz_copy
( string
$class
, string $function
)
Closure uopz_copy
( string
$function
)Copy a function by name Parameter-Liste
RückgabewerteA Closure for the specified function BeispieleBeispiel #1 uopz_copy example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(5) "dummy" |