update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::getMethod(PHP 5) ReflectionClass::getMethod — Gets a ReflectionMethod for a class method. 설명Gets a ReflectionMethod for a class method. 인수
반환값오류/예외A ReflectionException if the method does not exist. 예제
Example #1 Basic usage of ReflectionClass::getMethod()
<?php 위 예제의 출력: object(ReflectionMethod)#2 (2) { ["name"]=> string(9) "getMethod" ["class"]=> string(15) "ReflectionClass" } |