We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0890ad9 commit de1cc32Copy full SHA for de1cc32
1 file changed
MysqliDb.php
@@ -107,7 +107,7 @@ class MysqliDb
107
protected $_stmtError;
108
109
/**
110
- * Variable which holds last statement error number
+ * Variable which holds last statement error code
111
*
112
* @var int
113
*/
@@ -1597,7 +1597,7 @@ public function getLastError()
1597
}
1598
1599
1600
- * Method returns mysql error number
+ * Method returns mysql error code
1601
1602
* @return int
1603
0 commit comments