Function __global->get_db_site_host
Definitions
sources/database.php
- Get the host of the database ('localhost', for example).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The database host
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the host of the database ('localhost', for example).
*
* @return string The database host
*/
function get_db_site_host() : string
* Get the host of the database ('localhost', for example).
*
* @return string The database host
*/
function get_db_site_host() : string

