| 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 
<?phpThe above example will output something similar to: 11 Example #2 uopz_function class example 
<?phpThe above example will output something similar to: 11 |