|
ReflectionMethod::invoke(PHP 5) ReflectionMethod::invoke — Invoke ОписаниеInvokes a reflected method. Список параметров
Возвращаемые значения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::invoke() example
<?php Результат выполнения данного примера: Hello Mike Примечания
Смотрите также
|
|