update : 2015.11.03
php.shukuma.com검색:
|
ReflectionMethod::invokeArgs(PHP 5 >= 5.1.0) ReflectionMethod::invokeArgs — Invoke args 설명Invokes the reflected method and pass its arguments as array. 인수
반환값Returns the method result. 오류/예외
A ReflectionException if the A ReflectionException if the method invocation failed. 예제
Example #1 ReflectionMethod::invokeArgs() example
<?php 위 예제의 출력: Hello Mike 주의
참고
|