Function __global->get_db_forums
Definitions
sources/database.php
- Get the name of the forum database.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The forum database site
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the name of the forum database.
*
* @return string The forum database site
*/
function get_db_forums() : string
* Get the name of the forum database.
*
* @return string The forum database site
*/
function get_db_forums() : string

