reference/mysqli/mysqli/get-connection-stats.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,19 +10,23 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
14
-
<type>bool</type><methodname>mysqli::get_connection_stats</methodname>
13
+
<methodsynopsis role="mysqli">
14
+
<modifier>public</modifier> <type>array</type><methodname>mysqli::get_connection_stats</methodname>
15
15
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
19
<type>array</type><methodname>mysqli_get_connection_stats</methodname>
20
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
20
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
21
21
</methodsynopsis>
22
22
<para>
23
23
Returns statistics about the client connection.
24
-
&mysqli.available.mysqlnd;
25
24
</para>
25
+
<note>
26
+
<para>
27
+
&mysqli.available.mysqlnd;
28
+
</para>
29
+
</note>
26
30
</refsect1>
27
31

28
32
<refsect1 role="parameters">
...
...
@@ -35,7 +39,7 @@
35
39
<refsect1 role="returnvalues">
36
40
&reftitle.returnvalues;
37
41
<para>
38
-
Returns an array with connection stats if success, &false; otherwise.
42
+
Returns an array with connection stats.
39
43
</para>
40
44
</refsect1>
41
45

...
...
@@ -193,7 +197,6 @@ Array
193
197
</refsect1>
194
198

195
199
</refentry>
196
-

197
200
<!-- Keep this comment at the end of the file
198
201
Local variables:
199
202
mode: sgml
200
203