|
uopz_functionCreates a function at runtime Warning
This function has been REMOVED in PECL uopz 5.0.0. Description
void uopz_function(string
$function , Closure $handler , int $modifiers = ?)void uopz_function(
string $class ,string $function ,Closure $handler ,int $modifiers = ?) Creates a function at runtime Parameters
Return Values
ExamplesExample #1 uopz_function example
The above example will output: 11 Example #2 uopz_function class example
The above example will output: 11 |