Skip to content

Commit 2eb761b

Browse files
インデントとホワイトスペースを原文とあわせる
1 parent 1889d7b commit 2eb761b

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

language/predefined/variables/httpresponseheader.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<refname>$http_response_header</refname>
88
<refpurpose>HTTP レスポンスヘッダ</refpurpose>
99
</refnamediv>
10-
10+
1111
<refsect1 role="description">
1212
&reftitle.description;
1313
<para>
@@ -70,17 +70,16 @@ NULL
7070
</example>
7171
</para>
7272
</refsect1>
73-
73+
7474
<refsect1 role="seealso">
7575
&reftitle.seealso;
7676
<simplelist>
7777
<member><function>http_get_last_response_headers</function></member>
7878
<member><function>http_clear_last_response_headers</function></member>
7979
</simplelist>
8080
</refsect1>
81-
81+
8282
</refentry>
83-
8483
<!-- Keep this comment at the end of the file
8584
Local variables:
8685
mode: sgml
@@ -101,4 +100,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
101100
vim: et tw=78 syn=sgml
102101
vi: ts=1 sw=1
103102
-->
104-

reference/network/functions/http-clear-last-response-headers.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<refname>http_clear_last_response_headers</refname>
88
<refpurpose>保存された HTTP レスポンスヘッダーをクリア</refpurpose>
99
</refnamediv>
10+
1011
<refsect1 role="description">
1112
&reftitle.description;
1213
<methodsynopsis>
@@ -18,22 +19,26 @@
1819
<acronym>HTTP</acronym> レスポンスをクリアします。
1920
</simpara>
2021
</refsect1>
22+
2123
<refsect1 role="parameters">
2224
&reftitle.parameters;
2325
&no.function.parameters;
2426
</refsect1>
27+
2528
<refsect1 role="returnvalues">
2629
&reftitle.returnvalues;
2730
<simpara>
2831
&return.void;
2932
</simpara>
3033
</refsect1>
34+
3135
<refsect1 role="seealso">
3236
&reftitle.seealso;
3337
<simplelist>
3438
<member><function>http_get_last_response_headers</function></member>
3539
</simplelist>
3640
</refsect1>
41+
3742
</refentry>
3843
<!-- Keep this comment at the end of the file
3944
Local variables:

reference/network/functions/http-get-last-response-headers.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<refname>http_get_last_response_headers</refname>
88
<refpurpose>最後の HTTP レスポンスヘッダーを取得します</refpurpose>
99
</refnamediv>
10+
1011
<refsect1 role="description">
1112
&reftitle.description;
1213
<methodsynopsis>
@@ -19,10 +20,12 @@
1920
レスポンスヘッダーがない場合は、 &null; を返します。
2021
</simpara>
2122
</refsect1>
23+
2224
<refsect1 role="parameters">
2325
&reftitle.parameters;
2426
&no.function.parameters;
2527
</refsect1>
28+
2629
<refsect1 role="returnvalues">
2730
&reftitle.returnvalues;
2831
<simpara>
@@ -31,6 +34,7 @@
3134
ヘッダーがない場合は、 &null; を返します。
3235
</simpara>
3336
</refsect1>
37+
3438
<refsect1 role="examples">
3539
&reftitle.examples;
3640
<example xml:id="function.http-get-last-response-headers.example.basic">
@@ -39,7 +43,7 @@
3943
Description.
4044
</simpara>
4145
<programlisting role="php">
42-
<![CDATA[
46+
<![CDATA[
4347
<?php
4448
file_get_contents("http://example.com");
4549
var_dump(http_get_last_response_headers());
@@ -48,7 +52,7 @@ var_dump(http_get_last_response_headers());
4852
</programlisting>
4953
&example.outputs.similar;
5054
<screen>
51-
<![CDATA[
55+
<![CDATA[
5256
array(14) {
5357
[0]=>
5458
string(15) "HTTP/1.1 200 OK"
@@ -83,12 +87,14 @@ array(14) {
8387
</screen>
8488
</example>
8589
</refsect1>
90+
8691
<refsect1 role="seealso">
8792
&reftitle.seealso;
8893
<simplelist>
8994
<member><function>http_clear_last_response_headers</function></member>
9095
</simplelist>
9196
</refsect1>
97+
9298
</refentry>
9399
<!-- Keep this comment at the end of the file
94100
Local variables:

0 commit comments

Comments
 (0)