runkit_function_redefine()
runkit_function_redefine - Replace a function definition with a new implementationSyntax
bool runkit_function_redefine (string $funcname, string $arglist, string $code)Arguments
- funcname - Name of function to redefine
- arglist - New list of arguments to be accepted by function
- code - New code implementation
