(PHP 5)
ReflectionFunction::invoke — Invokes function
Invokes a reflected function.
The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func() is.