reference/mysqli/mysqli_stmt/errno.xml
614d77598aa2aaa3ddf3e8494812a3b82864d590
...
...
@@ -10,25 +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-stmt.errno">mysqli_stmt->errno</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>int</type><varname linkend="mysqli-stmt.errno">mysqli_stmt-&gt;errno</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>mysqli_stmt_errno</methodname>
17
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
17
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Returns the error code for the most recently invoked statement function
21
21
that 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,
26
-
server error message numbers are listed in
27
-
<filename>mysqld_error.h</filename>.
28
-
In the MySQL source distribution you can find a complete list of error
29
-
messages and error numbers in the file
30
-
<filename>Docs/mysqld_error.txt</filename>.
31
-
</para>
32
23
</refsect1>
33
24

34
25
<refsect1 role="parameters">
...
...
@@ -146,7 +137,6 @@ Error: 1146.
146
137
</refsect1>
147
138

148
139
</refentry>
149
-

150
140
<!-- Keep this comment at the end of the file
151
141
Local variables:
152
142
mode: sgml
153
143