|
ReflectionMethod::invokeArgsInvoke args Description
public mixed ReflectionMethod::invokeArgs
( object
$object
, array $args
)Invokes the reflected method and pass its arguments as array. Parameters
Return ValuesReturns the method result. Errors/Exceptions
A ReflectionException if the A ReflectionException if the method invocation failed. Examples
Example #1 ReflectionMethod::invokeArgs example
<?php The above example will output: Hello Mike Notes
|