Function __global->get_num_wiki_pages
Definitions
sources/wiki_stats.php
- Get the number of Wiki+ pages currently in the database.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The number of pages in the Wiki+ database
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the number of Wiki+ pages currently in the database.
*
* @return integer The number of pages in the Wiki+ database
*/
function get_num_wiki_pages() : int
* Get the number of Wiki+ pages currently in the database.
*
* @return integer The number of pages in the Wiki+ database
*/
function get_num_wiki_pages() : int
