|
@@ -249,7 +249,7 @@ discard block |
|
|
block discarded – undo |
|
249
|
249
|
* @param string $username |
|
250
|
250
|
* @param string $password |
|
251
|
251
|
* @param string $database |
|
252
|
|
- * @param int|string $port <p>default is (int)3306</p> |
|
|
252
|
+ * @param integer $port <p>default is (int)3306</p> |
|
253
|
253
|
* @param string $charset <p>default is 'utf8' or 'utf8mb4' (if supported)</p> |
|
254
|
254
|
* @param bool|string $exit_on_error <p>Throw a 'Exception' when a query failed, otherwise it will return 'false'. |
|
255
|
255
|
* Use a empty string "" or false to disable it.</p> |
|
@@ -1088,7 +1088,7 @@ discard block |
|
|
block discarded – undo |
|
1088
|
1088
|
* @param string $username |
|
1089
|
1089
|
* @param string $password |
|
1090
|
1090
|
* @param string $database |
|
1091
|
|
- * @param int|string $port <p>default is (int)3306</p> |
|
|
1091
|
+ * @param integer $port <p>default is (int)3306</p> |
|
1092
|
1092
|
* @param string $charset <p>default is 'utf8' or 'utf8mb4' (if supported)</p> |
|
1093
|
1093
|
* @param bool|string $exit_on_error <p>Throw a 'Exception' when a query failed, otherwise it will return 'false'. |
|
1094
|
1094
|
* Use a empty string "" or false to disable it.</p> |
Please login to merge, or discard this patch.