uopz_functionCreates a function at runtime Description
void uopz_function
( string
$class
, string $function
, Closure $handler
[, int $modifiers
] )
void uopz_function
( string
$function
, Closure $handler
[, int $modifiers
] )Creates a function at runtime Parameters
Return Values
ExamplesExample #1 uopz_function example
<?php The above example will output something similar to: 11 Example #2 uopz_function class example
<?php The above example will output something similar to: 11 |