(PECL runkit >= 0.7.0)
Dynamically changes the code of the given method
bool runkit_method_redefine ( string $classname, string $methodname, string $args, string $code [, int $flags = RUNKIT_ACC_PUBLIC ] )
Note: This function cannot be used to manipulate the currently running (or chained) method.
Parameters:
classname
The class in which to redefine the meth