ReflectionFunction::invokeInvokes function
&reftitle.description;
publicmixedReflectionFunction::invokemixedparametermixed...
Invokes a reflected function.
&reftitle.parameters;
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;
Returns the result of the invoked function call.
&reftitle.examples;
ReflectionFunction::invoke example
invoke('Dr', 'Phil');
?>
]]>
&example.outputs;
&reftitle.notes;
&reflection.invoke.reference;
&reftitle.seealso;
ReflectionFunction::export__invoke()call_user_func