ReflectionFunction::invoke
( excerpt from http://php.net/manual/en/reflectionfunction.invoke.php )
public function invoke(
...$args,
);
Invokes a reflected function.
Parameters
...$args
Returns
mixed
- Returns the result of the invoked function call.