Function __global->get_num_chatposts
Definitions
sources/chat_stats.php
- Get the total number of chat posts in all the chatrooms.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The number of chat posts in the database
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the total number of chat posts in all the chatrooms.
*
* @return integer The number of chat posts in the database
*/
function get_num_chatposts() : int
* Get the total number of chat posts in all the chatrooms.
*
* @return integer The number of chat posts in the database
*/
function get_num_chatposts() : int
