reference/mysqli/functions/mysqli-get-links-stats.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -34,7 +34,7 @@
34
34
<term><parameter>total</parameter></term>
35
35
<listitem>
36
36
<para>
37
-
An <type>integer</type> indicating the total number of open links in
37
+
An <type>int</type> indicating the total number of open links in
38
38
any state.
39
39
</para>
40
40
</listitem>
...
...
@@ -43,7 +43,7 @@
43
43
<term><parameter>active_plinks</parameter></term>
44
44
<listitem>
45
45
<para>
46
-
An <type>integer</type> representing the number of active persistent
46
+
An <type>int</type> representing the number of active persistent
47
47
connections.
48
48
</para>
49
49
</listitem>
...
...
@@ -52,7 +52,7 @@
52
52
<term><parameter>cached_plinks</parameter></term>
53
53
<listitem>
54
54
<para>
55
-
An <type>integer</type> representing the number of inactive persistent
55
+
An <type>int</type> representing the number of inactive persistent
56
56
connections.
57
57
</para>
58
58
</listitem>
59
59