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.