db_connect($persistent = TRUE)
Parameters:
$persistent (bool) – Whether to establish a persistent connection or a regular one Returns:
Database connection resource/object or FALSE on failure Return type:
mixed
Establish a connection with the database.
Note The returned value depends on the underlying driver in use. For example, a mysqli instance will be returned with the ‘mysqli’ driver.