update : 2015.11.03
php.shukuma.com검색:
|
runkit_method_add(PECL runkit >= 0.7.0) runkit_method_add — Dynamically adds a new method to a given class 설명
bool runkit_method_add
( string
$classname
, string $methodname
, string $args
, string $code
[, int $flags = RUNKIT_ACC_PUBLIC
] )인수
반환값
성공 시 예제
Example #1 runkit_method_add() example
<?php 위 예제의 출력: 16 참고
|