ReflectionMethod::invokeInvoke
&reftitle.description;
publicmixedReflectionMethod::invokeobjectobjectstringargs
Invokes a reflected method.
&warn.undocumented.func;
&reftitle.parameters;
object
The object to invoke.
args
The passed in argument list. It accepts a variable number of
arguments which are passed to the function much like
call_user_func is.
&reftitle.returnvalues;
&reftitle.seealso;
ReflectionMethod::invokeArgs__invoke