reference/apcu/functions/apcu-cache-info.xml
b95d28e6ec86e4a71e012737d36ebdc1cf009180
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>array</type><methodname>apcu_cache_info</methodname>
13
+
<type class="union"><type>array</type><type>false</type></type><methodname>apcu_cache_info</methodname>
14
14
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -62,13 +62,13 @@
62
62
</thead>
63
63
<tbody>
64
64
<row>
65
-
<entry>3.0.11</entry>
65
+
<entry>PECL apcu 3.0.11</entry>
66
66
<entry>
67
67
The <parameter>limited</parameter> parameter was introduced.
68
68
</entry>
69
69
</row>
70
70
<row>
71
-
<entry>3.0.16</entry>
71
+
<entry>PECL apcu 3.0.16</entry>
72
72
<entry>
73
73
The "<literal>filehits</literal>" option for the
74
74
<parameter>cache_type</parameter> parameter was introduced.
75
75