| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
uopz_implement(PECL uopz >= 1.0.0) uopz_implement — Implements an interface at runtime 설명
   void uopz_implement
    ( string  
  $class
   , string $interface
   )
 Makes  인수
 반환값
 예제Example #1 uopz_implement() example 
<?php위 예제의 출력 예시: 
array(1) {
  ["myInterface"]=>
  string(11) "myInterface"
}
 |