update : 2015.11.03
php.shukuma.com검색:
|
runkit_method_rename(PECL runkit >= 0.7.0) runkit_method_rename — Dynamically changes the name of the given method 설명
bool runkit_method_rename
( string
$classname
, string $methodname
, string $newname
)
인수
반환값
성공 시 예제
Example #1 runkit_method_rename() example
<?php 위 예제의 출력: foo! 참고
|