Function smf_db_select
Wrap mysqli_select_db so the connection does not need to be specified
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Db-mysql.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Db-mysql.php
string |
$database |
$database The database |
object |
$connection = null |
The connection object (if null, $db_connection is used) |
boolean
|
Whether the database was selected |