mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
MySQLi: Add comment
This commit is contained in:
@@ -14,6 +14,7 @@ if (!defined('Adminer\DRIVER')) {
|
|||||||
parent::init();
|
parent::init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @see https://php.net/mysqli.construct */
|
||||||
function connect($server = "", $username = "", $password = "", $database = null, $port = null, $socket = null) {
|
function connect($server = "", $username = "", $password = "", $database = null, $port = null, $socket = null) {
|
||||||
global $adminer;
|
global $adminer;
|
||||||
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4
|
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4
|
||||||
|
Reference in New Issue
Block a user