ReflectionFunction::invoke
(PHP 5)
ReflectionFunction::invoke — Invokes function
Description
Invokes a reflected function.
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.
Return Values
ReflectionFunction::invoke
There are no user contributed notes for this page.
