reference/apache/functions/apache-response-headers.xml
f3b9d85f71934d6814a493fabb367e10731e0394
...
...
@@ -10,14 +10,20 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>array</type><methodname>apache_response_headers</methodname>
13
+
<type class="union"><type>array</type><type>false</type></type><methodname>apache_response_headers</methodname>
14
14
<void/>
15
15
</methodsynopsis>
16
16
<para>
17
-
Fetch all HTTP response headers.
17
+
Fetch all HTTP response headers. Works in the
18
+
Apache, FastCGI, CLI, and FPM webservers.
18
19
</para>
19
20
</refsect1>
20
21

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

21
27
<refsect1 role="returnvalues">
22
28
&reftitle.returnvalues;
23
29
<para>
...
...
@@ -25,39 +31,6 @@
25
31
</para>
26
32
</refsect1>
27
33
28
-
<refsect1 role="changelog">
29
-
&reftitle.changelog;
30
-
<para>
31
-
<informaltable>
32
-
<tgroup cols="2">
33
-
<thead>
34
-
<row>
35
-
<entry>&Version;</entry>
36
-
<entry>&Description;</entry>
37
-
</row>
38
-
</thead>
39
-
<tbody>
40
-
<row>
41
-
<entry>5.5.7</entry>
42
-
<entry>
43
-
This function became available in the CLI server.
44
-
</entry>
45
-
</row>
46
-
<row>
47
-
<entry>5.4.0</entry>
48
-
<entry>
49
-
This function became available under FastCGI. Previously, it was
50
-
supported when PHP was installed as an Apache module or by the
51
-
<link linkend="book.nsapi">NSAPI server module</link> in Netscape/iPlanet/SunONE
52
-
webservers.
53
-
</entry>
54
-
</row>
55
-
</tbody>
56
-
</tgroup>
57
-
</informaltable>
58
-
</para>
59
-
</refsect1>
60
-
61
34
<refsect1 role="examples">
62
35
&reftitle.examples;
63
36
<para>
64
37