hphp_invoke

hphp_invoke() - Used by ReflectionFunction to invoke a function

function hphp_invoke(
  string $name,
  Traversable $params,
): mixed;

Parameters

  • string $name - The name of the function.
  • Traversable$params - The parameters to pass to the function.

Returns

  • mixed - - The result of the invoked function.