Function Forum_driver_phpbb3->get_num_users_forums

Definitions

sources/forum/phpbb3.php

  • Get the number of members currently online on the forums.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

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

Preview

Code (PHP)

/**
 * Get the number of members currently online on the forums.
 *
 * @return integer The number of members
 */

public function get_num_users_forums() : int