reference/apache/functions/apache-child-terminate.xml
f3b9d85f71934d6814a493fabb367e10731e0394
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>bool</type><methodname>apache_child_terminate</methodname>
13
+
<type>void</type><methodname>apache_child_terminate</methodname>
14
14
<void/>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -22,20 +22,19 @@
22
22
given back to the operating system.
23
23
</para>
24
24
<para>
25
-
Works in the Apache, FastCGI and
26
-
<link linkend="book.nsapi">NSAPI server module</link>
27
-
in Netscape/iPlanet/SunONE webservers.
25
+
Works in the Apache, and FastCGI webservers.
28
26
</para>
29
27
</refsect1>
30
28

29
+
<refsect1 role="parameters">
30
+
&reftitle.parameters;
31
+
&no.function.parameters;
32
+
</refsect1>
33
+

31
34
<refsect1 role="returnvalues">
32
35
&reftitle.returnvalues;
33
36
<para>
34
-
Returns &true; if PHP is running as an Apache 1 module, the Apache version
35
-
is non-multithreaded, and the
36
-
<link linkend="ini.child-terminate">child_terminate</link> PHP directive is
37
-
enabled (disabled by default). If these conditions are not met, &false; is
38
-
returned and an error of level <constant>E_WARNING</constant> is generated.
37
+
&return.void;
39
38
</para>
40
39
</refsect1>
41
40

...
...
@@ -53,7 +52,6 @@
53
52
</para>
54
53
</refsect1>
55
54
</refentry>
56
-

57
55
<!-- Keep this comment at the end of the file
58
56
Local variables:
59
57
mode: sgml
60
58