Function __global->log_stats_event

Definitions

sources/stats.php

  • Log a stats event.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$event string No No required parameter N/A N/A The event

Preview

Code (PHP)

/**
 * Log a stats event.
 *
 * @param  string $event The event
 */

function log_stats_event(string $event)