reference/mysqli/mysqli_stmt/param-count.xml
7e5d0d1bb69180c9de1992edf9613215c975fa57
...
...
@@ -4,17 +4,17 @@
4
4
<refnamediv>
5
5
<refname>mysqli_stmt::$param_count</refname>
6
6
<refname>mysqli_stmt_param_count</refname>
7
-
<refpurpose>Returns the number of parameter for the given statement</refpurpose>
7
+
<refpurpose>Returns the number of parameters for the given statement</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>int</type><varname linkend="mysqli-stmt.param-count">mysqli_stmt->param_count</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>int</type><varname linkend="mysqli-stmt.param-count">mysqli_stmt-&gt;param_count</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>mysqli_stmt_param_count</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 number of parameter markers present in the prepared statement.
...
...
@@ -113,7 +113,6 @@ Statement has 2 markers.
113
113
</refsect1>
114
114

115
115
</refentry>
116
-

117
116
<!-- Keep this comment at the end of the file
118
117
Local variables:
119
118
mode: sgml
120
119