hphp_stats

Tallies a number for server stats

function hphp_stats(
  string $name,
  int $value,
): void;

Parameters

  • string $name - Name of the entry. This name can then be used with admin commands to retrieve stats while server is running.
  • int $value - An integer to add up.

Returns

  • void