|
runkit7_method_copyCopies a method from class to another Description
bool runkit7_method_copy(
string $destination_class ,string $destination_method_name ,string $source_class ,string $source_method_name = ?) Parameters
Return Values
Examples
Example #1 runkit7_method_copy example
The above example will output: foo! See Also
|