We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1a7fa commit a87dfa3Copy full SHA for a87dfa3
reference/mysqli/mysqli/connect-errno.xml
@@ -32,6 +32,10 @@
32
An error code for the last connection attempt, if it failed.
33
Zero means no error occurred.
34
</para>
35
+ <para>
36
+ Returns the last connection error code regardless of the instance on which it
37
+ is called.
38
+ </para>
39
</refsect1>
40
41
<refsect1 role="examples">
reference/mysqli/mysqli/connect-error.xml
@@ -31,6 +31,10 @@
31
<para>
A string that describes the error. &null; is returned if no error occurred.
+ Returns the last connection error regardless of the instance on which it is
+ called.
0 commit comments