(PHP 5)
ReflectionMethod::invoke — Invoke
Invokes a reflected method.
Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.
The object to invoke.
The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func() is.