Function Forum_driver_smf2->get_num_topics
Definitions
sources/forum/smf2.php
- Get the total topics ever made on the forum.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The number of topics
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the total topics ever made on the forum.
*
* @return integer The number of topics
*/
public function get_num_topics() : int
* Get the total topics ever made on the forum.
*
* @return integer The number of topics
*/
public function get_num_topics() : int