Function Forum_driver_phpbb3->get_num_topics

Definitions

sources/forum/phpbb3.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