Function __global->get_num_wiki_posts

Definitions

sources/wiki_stats.php

  • Get the number of Wiki+ posts currently in the database.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The number of posts in the Wiki+ database
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the number of Wiki+ posts currently in the database.
 *
 * @return integer The number of posts in the Wiki+ database
 */

function get_num_wiki_posts() : int