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