|
runkit_method_copyCopies a method from class to another Description
bool runkit_method_copy
( string
$dClass
, string $dMethod
, string $sClass
[, string $sMethod
] )Parameters
Return Values
Returns Examples
Example #1 runkit_method_copy example
<?php The above example will output: foo! See Also
|