update : 2015.11.03
php.shukuma.com검색:
|
ReflectionParameter::getDeclaringClass(PHP 5) ReflectionParameter::getDeclaringClass — Gets declaring class 설명Gets the declaring class. Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다. 인수이 함수는 인수가 없습니다. 반환값A ReflectionClass object. 예제
Example #1 Getting the class that declared the method
<?php 위 예제의 출력: object(ReflectionClass)#2 (1) { ["name"]=> string(3) "Foo" } |