reference/mysqli/mysqli/errno.xml
614d77598aa2aaa3ddf3e8494812a3b82864d590
...
...
@@ -10,24 +10,16 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>int</type><varname linkend="mysqli.errno">mysqli->errno</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>int</type><varname linkend="mysqli.errno">mysqli-&gt;errno</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>mysqli_errno</methodname>
17
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
17
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Returns the last error code for the most recent MySQLi function call that
21
21
can succeed or fail.
22
22
</para>
23
-
<para>
24
-
Client error message numbers are listed in the MySQL
25
-
<filename>errmsg.h</filename> header file, server error message numbers
26
-
are listed in <filename>mysqld_error.h</filename>.
27
-
In the MySQL source distribution you can find a complete list of error
28
-
messages and error numbers in the file
29
-
<filename>Docs/mysqld_error.txt</filename>.
30
-
</para>
31
23
</refsect1>
32
24
33
25
<refsect1 role="parameters">
...
...
@@ -50,7 +42,7 @@
50
42
<refsect1 role="examples">
51
43
&reftitle.examples;
52
44
<example>
53
-
<title><varname>$mysqli->errno</varname> example</title>
45
+
<title><varname>$mysqli-&gt;errno</varname> example</title>
54
46
<para>&style.oop;</para>
55
47
<programlisting role="php">
56
48
<![CDATA[
...
...
@@ -115,7 +107,6 @@ Errorcode: 1193
115
107
</refsect1>
116
108
117
109
</refentry>
118
-

119
110
<!-- Keep this comment at the end of the file
120
111
Local variables:
121
112
mode: sgml
122
113