update : 2015.11.03
php.shukuma.com검색:
|
ReflectionMethod::getDeclaringClass(PHP 5) ReflectionMethod::getDeclaringClass — Gets declaring class for the reflected method. 설명Gets the declaring class for the reflected method. 인수이 함수는 인수가 없습니다. 반환값A ReflectionClass object of the class that the reflected method is part of. 예제
Example #1 ReflectionMethod::getDeclaringClass() example
<?php 위 예제의 출력: object(ReflectionClass)#2 (1) { ["name"]=> string(10) "HelloWorld" } |