reference/opcache/functions/opcache-get-configuration.xml
cbac1ecf71d754707d69bdc344c4031c157eaa54
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.opcache-get-configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>opcache_get_configuration</refname>
...
...
@@ -10,14 +9,19 @@
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
-
<type>array</type><methodname>opcache_get_configuration</methodname>
14
-
<void />
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>opcache_get_configuration</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
This function returns configuration information about the cache instance
18
17
</para>
19
18
</refsect1>
20
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+

21
25
<refsect1 role="returnvalues">
22
26
&reftitle.returnvalues;
23
27
<para>
...
...
@@ -44,7 +48,6 @@
44
48
</refsect1>
45
49

46
50
</refentry>
47
-

48
51
<!-- Keep this comment at the end of the file
49
52
Local variables:
50
53
mode: sgml
51
54