reference/mysqli/mysqli/get-connection-stats.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,12 +10,12 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
13
+
<methodsynopsis role="mysqli">
14
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
-
<methodsynopsis role="procedural">
18
+
<methodsynopsis>
19
19
<type>array</type><methodname>mysqli_get_connection_stats</methodname>
20
20
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
21
21
</methodsynopsis>
...
...
@@ -39,7 +39,7 @@
39
39
<refsect1 role="returnvalues">
40
40
&reftitle.returnvalues;
41
41
<para>
42
-
Returns an array with connection stats if success, &false; otherwise.
42
+
Returns an array with connection stats.
43
43
</para>
44
44
</refsect1>
45
45

46
46