Function __global->get_num_chatrooms
Definitions
sources/chat_stats.php
- Get the number of chatrooms in the database. By default, there is only one, but more may be added via the admin panel.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The number of chatrooms in the database
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the number of chatrooms in the database. By default, there is only one, but more may be added via the admin panel.
*
* @return integer The number of chatrooms in the database
*/
function get_num_chatrooms() : int
* Get the number of chatrooms in the database. By default, there is only one, but more may be added via the admin panel.
*
* @return integer The number of chatrooms in the database
*/
function get_num_chatrooms() : int
