1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

MySQLi: Add comment

This commit is contained in:
Jakub Vrana
2025-03-22 08:28:39 +01:00
parent db829fd463
commit 00b7056147

View File

@@ -14,6 +14,7 @@ if (!defined('Adminer\DRIVER')) {
parent::init();
}
/** @see https://php.net/mysqli.construct */
function connect($server = "", $username = "", $password = "", $database = null, $port = null, $socket = null) {
global $adminer;
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4