Skip to content

Commit 6600092

Browse files
committed
Fix Apache functions return types to reflect the stubs
php/doc-en@68e52ef
1 parent 5b79f79 commit 6600092

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

reference/apache/functions/apache-request-headers.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="function.apache-request-headers" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -28,8 +28,7 @@
2828
<refsect1 role="returnvalues">
2929
&reftitle.returnvalues;
3030
<para>
31-
現在のリクエストにおけるすべての HTTP ヘッダの連想配列、
32-
あるいは失敗時は &false; を返します。
31+
現在のリクエストにおけるすべての HTTP ヘッダの連想配列を返します。
3332
</para>
3433
</refsect1>
3534

reference/apache/functions/apache-response-headers.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="function.apache-response-headers" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -13,7 +13,7 @@
1313
<refsect1 role="description">
1414
&reftitle.description;
1515
<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>
1717
<void/>
1818
</methodsynopsis>
1919
<para>
@@ -30,7 +30,7 @@
3030
<refsect1 role="returnvalues">
3131
&reftitle.returnvalues;
3232
<para>
33-
全てのApacheレスポンスヘッダの配列、&return.falseforfailure;
33+
全てのApacheレスポンスヘッダの配列を返します
3434
</para>
3535
</refsect1>
3636

reference/apache/functions/getallheaders.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="function.getallheaders" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -35,7 +35,7 @@
3535
<refsect1 role="returnvalues">
3636
&reftitle.returnvalues;
3737
<para>
38-
全てのHTTPリクエストヘッダの連想配列、もしくは失敗時に &false; を返します
38+
全てのHTTPリクエストヘッダの連想配列を返します
3939
</para>
4040
</refsect1>
4141

0 commit comments

Comments
 (0)