MySQLConnection MySQLConnection(
String
$host, String
$db, String
$user, String
$password, [boolean
$newConnection = false]
)
|
|
Connects to a MySQL DB using the given Connection Values.
Parameters:
|
String |
$host: |
the DB Host |
|
String |
$db: |
the Database to select |
|
String |
$user: |
the DB User |
|
String |
$password: |
the Users Password |
|
boolean |
$newConnection: |
whether a new Connection should be established |