update : 2015.11.03
php.shukuma.com검색:
|
class_implements(PHP 5 >= 5.1.0) class_implements — Return the interfaces which are implemented by the given class or interface 설명
This function returns an array with the names of the interfaces that the
given 인수
반환값
An array on success, or 변경점
예제
Example #1 class_implements() example
<?php 위 예제의 출력 예시: Array ( [foo] => foo ) Array ( [interface_of_not_loaded] => interface_of_not_loaded ) 참고
|