reference/mysqli/functions/mysqli-get-client-stats.xml
62126c55f1c6ed444043e7272c4f9e233818a44b
...
...
@@ -14,18 +14,23 @@
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns client per-process statistics.
17
-
&mysqli.available.mysqlnd;
18
17
</para>
18
+
<note>
19
+
<para>
20
+
&mysqli.available.mysqlnd;
21
+
</para>
22
+
</note>
19
23
</refsect1>
20
24

21
25
<refsect1 role="parameters">
22
26
&reftitle.parameters;
27
+
&no.function.parameters;
23
28
</refsect1>
24
29
25
30
<refsect1 role="returnvalues">
26
31
&reftitle.returnvalues;
27
32
<para>
28
-
Returns an array with client stats if success, &false; otherwise.
33
+
Returns an array with client stats.
29
34
</para>
30
35
</refsect1>
31
36

32
37