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

