| 
 | runkit_function_addAdd a new function, similar to create_function Description
   bool runkit_function_add
    ( string  $funcname, string$arglist, string$code)Parameters
 
 Return Values
   Returns  Examples
 Example #1 A runkit_function_add example 
<?phpThe above example will output: The value of a is 1 The value of b is 2 See Also
 
 |