| 
 | runkit_function_redefineReplace a function definition with a new implementation Description
   bool runkit_function_redefine
    ( string  $funcname, string$arglist, string$code)
 Parameters
 
 Return Values
   Returns  Examples
 Example #1 A runkit_function_redefine example 
<?phpThe above example will output: Original Testme Implementation New Testme Implementation See Also
 
 |