(PECL classkit >= 0.1)
Dynamically changes the code of the given method
bool classkit_method_redefine ( string $classname, string $methodname, string $args, string $code [, int $flags = CLASSKIT_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