update : 2015.11.03
php.shukuma.com검색:
|
runkit_method_copy(PECL runkit >= 0.7.0) runkit_method_copy — Copies a method from class to another 설명
bool runkit_method_copy
( string
$dClass
, string $dMethod
, string $sClass
[, string $sMethod
] )인수
반환값
성공 시 예제
Example #1 runkit_method_copy() example
<?php 위 예제의 출력: foo! 참고
|