reference/mysqli/mysqli/field-count.xml
7e5d0d1bb69180c9de1992edf9613215c975fa57
...
...
@@ -10,15 +10,15 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>int</type><varname linkend="mysqli.field-count">mysqli->field_count</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>int</type><varname linkend="mysqli.field-count">mysqli-&gt;field_count</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>mysqli_field_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 columns for the most recent query on the connection
21
-
represented by the <parameter>link</parameter> parameter. This function
21
+
represented by the <parameter>mysql</parameter> parameter. This function
22
22
can be useful when using the <function>mysqli_store_result</function>
23
23
function to determine if the query should have produced a non-empty result
24
24
set or not without knowing the nature of the query.
...
...
@@ -44,7 +44,7 @@
44
44
<refsect1 role="examples">
45
45
&reftitle.examples;
46
46
<example>
47
-
<title><varname>$mysqli->field_count</varname> example</title>
47
+
<title><varname>$mysqli-&gt;field_count</varname> example</title>
48
48
<para>&style.oop;</para>
49
49
<programlisting role="php">
50
50
<![CDATA[
...
...
@@ -108,7 +108,6 @@ mysqli_close($link);
108
108
</refsect1>
109
109

110
110
</refentry>
111
-

112
111
<!-- Keep this comment at the end of the file
113
112
Local variables:
114
113
mode: sgml
115
114