File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
language/predefined/variables
reference/network/functions Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 77 <refname >$http_response_header</refname >
88 <refpurpose >HTTP レスポンスヘッダ</refpurpose >
99 </refnamediv >
10-
10+
1111 <refsect1 role =" description" >
1212 &reftitle.description;
1313 <para >
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
8584Local variables:
8685mode: sgml
@@ -101,4 +100,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
101100vim: et tw=78 syn=sgml
102101vi: ts=1 sw=1
103102-->
104-
Original file line number Diff line number Diff line change 77 <refname >http_clear_last_response_headers</refname >
88 <refpurpose >保存された HTTP レスポンスヘッダーをクリア</refpurpose >
99 </refnamediv >
10+
1011 <refsect1 role =" description" >
1112 &reftitle.description;
1213 <methodsynopsis >
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
3944Local variables:
Original file line number Diff line number Diff line change 77 <refname >http_get_last_response_headers</refname >
88 <refpurpose >最後の HTTP レスポンスヘッダーを取得します</refpurpose >
99 </refnamediv >
10+
1011 <refsect1 role =" description" >
1112 &reftitle.description;
1213 <methodsynopsis >
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 >
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" >
3943 Description.
4044 </simpara >
4145 <programlisting role =" php" >
42- <![CDATA[
46+ <![CDATA[
4347<?php
4448file_get_contents("http://example.com");
4549var_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[
5256array(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
94100Local variables:
You can’t perform that action at this time.
0 commit comments