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

4
3
<refentry xml:id="function.fpm-get-status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>fpm_get_status</refname>
...
...
@@ -10,8 +9,8 @@
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
-
<type>array</type><methodname>fpm_get_status</methodname>
14
-
<void />
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>fpm_get_status</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
This function returns the full current FPM pool status as an associative array. It always
...
...
@@ -32,12 +31,11 @@
32
31
<refsect1 role="returnvalues">
33
32
&reftitle.returnvalues;
34
33
<para>
35
-
Associative array containing the full FPM pool status.
34
+
Associative array containing the full FPM pool status,&return.falseforfailure;.
36
35
</para>
37
36
</refsect1>
38
37
</refentry>
39
-

40
-
<!-- Keep this comment at the end of the file
38
+
<!-- Keep this comment at the end of the file
41
39
Local variables:
42
40
mode: sgml
43
41
sgml-omittag:t
44
42