1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00

Fix Apache functions return types to reflect the stubs

68e52ef14d
This commit is contained in:
Yoshinari Takaoka
2025-08-29 10:58:06 +09:00
parent 5b79f79e88
commit 6600092670
3 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.apache-request-headers" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -28,8 +28,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
現在のリクエストにおけるすべての HTTP ヘッダの連想配列
あるいは失敗時は &false; を返します。
現在のリクエストにおけるすべての HTTP ヘッダの連想配列を返します。
</para>
</refsect1>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.apache-response-headers" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type class="union"><type>array</type><type>false</type></type><methodname>apache_response_headers</methodname>
<type>array</type><methodname>apache_response_headers</methodname>
<void/>
</methodsynopsis>
<para>
@@ -30,7 +30,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
全てのApacheレスポンスヘッダの配列&return.falseforfailure;
全てのApacheレスポンスヘッダの配列を返します
</para>
</refsect1>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 68e52ef14de33f6752a8fdda1ae83c861c5babdb Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.getallheaders" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -35,7 +35,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
全てのHTTPリクエストヘッダの連想配列、もしくは失敗時に &false; を返します。
全てのHTTPリクエストヘッダの連想配列を返します。
</para>
</refsect1>