|
runkit_method_renameDynamically changes the name of the given method Description
bool runkit_method_rename
( string
$classname
, string $methodname
, string $newname
)
Parameters
Return Values
Returns Examples
Example #1 runkit_method_rename example
<?php The above example will output: foo! See Also
|