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