reference/mysqli/mysqli/warning-count.xml
7e5d0d1bb69180c9de1992edf9613215c975fa57
...
...
@@ -10,11 +10,11 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>int</type><varname linkend="mysqli.warning-count">mysqli->warning_count</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>int</type><varname linkend="mysqli.warning-count">mysqli-&gt;warning_count</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>mysqli_warning_count</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 number of warnings from the last query in the connection.
...
...
@@ -46,7 +46,7 @@
46
46
<refsect1 role="examples">
47
47
&reftitle.examples;
48
48
<example>
49
-
<title><varname>$mysqli->warning_count</varname> example</title>
49
+
<title><varname>$mysqli-&gt;warning_count</varname> example</title>
50
50
<para>&style.oop;</para>
51
51
<programlisting role="php">
52
52
<![CDATA[
...
...
@@ -134,7 +134,6 @@ Warning (1264): Data truncated for column 'Name' at row 1
134
134
</refsect1>
135
135

136
136
</refentry>
137
-

138
137
<!-- Keep this comment at the end of the file
139
138
Local variables:
140
139
mode: sgml
141
140