Function __global->get_use_persistent_database
Definitions
sources/database.php
- Find whether the software was installed to use persistent database connections or not.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether to use persistent database connections
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the software was installed to use persistent database connections or not.
*
* @return boolean Whether to use persistent database connections
*/
function get_use_persistent_database() : bool
* Find whether the software was installed to use persistent database connections or not.
*
* @return boolean Whether to use persistent database connections
*/
function get_use_persistent_database() : bool
