update : 2015.11.03
php.shukuma.com검색:
|
class_parents(PHP 5 >= 5.1.0) class_parents — Return the parent classes of the given class 설명
This function returns an array with the name of the parent classes of
the given 인수
반환값
An array on success, or 변경점
예제
Example #1 class_parents() example
<?php 위 예제의 출력 예시: Array ( [foo] => foo ) Array ( [parent_of_not_loaded] => parent_of_not_loaded ) |