(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.