Function __global->get_num_users_peak

Definitions

sources/global3.php

  • Get the largest amount of users ever to be on the site at the same time.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The number of peak users
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the largest amount of users ever to be on the site at the same time.
 *
 * @return integer The number of peak users
 */

function get_num_users_peak() : int