ReflectionFunction::invokeArgs

( excerpt from http://php.net/manual/en/reflectionfunction.invokeargs.php )

public function invokeArgs(
  varray $args,
);

Invokes the function and pass its arguments as array.

Parameters

  • varray $args

Returns

  • mixed - Returns the result of the invoked function