File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
reference/apache/functions Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka,mumumu -->
5
5
<refentry xml : id =" function.apache-request-headers" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
28
28
<refsect1 role =" returnvalues" >
29
29
&reftitle.returnvalues;
30
30
<para >
31
- 現在のリクエストにおけるすべての HTTP ヘッダの連想配列、
32
- あるいは失敗時は &false; を返します。
31
+ 現在のリクエストにおけるすべての HTTP ヘッダの連想配列を返します。
33
32
</para >
34
33
</refsect1 >
35
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka,mumumu -->
5
5
<refentry xml : id =" function.apache-response-headers" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
13
13
<refsect1 role =" description" >
14
14
&reftitle.description;
15
15
<methodsynopsis >
16
- <type class = " union " >< type > array</ type >< type >false</ type > </type ><methodname >apache_response_headers</methodname >
16
+ <type > array</type ><methodname >apache_response_headers</methodname >
17
17
<void />
18
18
</methodsynopsis >
19
19
<para >
30
30
<refsect1 role =" returnvalues" >
31
31
&reftitle.returnvalues;
32
32
<para >
33
- 全てのApacheレスポンスヘッダの配列、 &return.falseforfailure; 。
33
+ 全てのApacheレスポンスヘッダの配列を返します 。
34
34
</para >
35
35
</refsect1 >
36
36
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka,mumumu -->
5
5
<refentry xml : id =" function.getallheaders" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
35
35
<refsect1 role =" returnvalues" >
36
36
&reftitle.returnvalues;
37
37
<para >
38
- 全てのHTTPリクエストヘッダの連想配列、もしくは失敗時に &false; を返します 。
38
+ 全てのHTTPリクエストヘッダの連想配列を返します 。
39
39
</para >
40
40
</refsect1 >
41
41
You can’t perform that action at this time.
0 commit comments