|
ReflectionMethod::invokeInvoke Description
public mixed ReflectionMethod::invoke
( object
$object
[, mixed $parameter
[, mixed $...
]] )Invokes a reflected method. Parameters
Return ValuesReturns the method result. Errors/Exceptions
A ReflectionException if the A ReflectionException if the method invocation failed. Examples
Example #1 ReflectionMethod::invoke example
<?php The above example will output: Hello Mike Notes
|