update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::getInterfaceNames(PHP 5 >= 5.2.0) ReflectionClass::getInterfaceNames — Gets the interface names 설명
public array ReflectionClass::getInterfaceNames
( void
)
Get the interface names. 인수이 함수는 인수가 없습니다. 반환값A numerical array with interface names as the values. 예제
Example #1 ReflectionClass::getInterfaceNames() example
<?php 위 예제의 출력 예시: Array ( [0] => Foo [1] => Bar ) |