Function Forum_driver_cns->get_num_users_forums
Definitions
sources/forum/cns.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 (null: the same as the site number)
- 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 (null: the same as the site number)
*/
public function get_num_users_forums() : ?int
* Get the number of members currently online on the forums.
*
* @return ?integer The number of members (null: the same as the site number)
*/
public function get_num_users_forums() : ?int