Function Forum_driver_base->get_num_new_forum_posts
Definitions
sources/forum_stub.php
- Get the number of new forum posts on the system in the last 24 hours.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Number of forum posts
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the number of new forum posts on the system in the last 24 hours.
*
* @return integer Number of forum posts
*/
public function get_num_new_forum_posts() : int
* Get the number of new forum posts on the system in the last 24 hours.
*
* @return integer Number of forum posts
*/
public function get_num_new_forum_posts() : int