|
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 object parameter does not contain an instance of the class that this method was declared in. A ReflectionException if the method invocation failed. Примеры
Пример #1 ReflectionMethod::invokeArgs() example
<?php Результат выполнения данного примера: Hello Mike Примечания
Смотрите также
|
|