Skip to content

Commit dc33356

Browse files
committed
Mark $http_response_header as deprecated
php/doc-en@fcf847c
1 parent cfa0f2a commit dc33356

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

language/predefined/variables/httpresponseheader.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 3f1cd5121f7c9f8347ca69c8f657fdb24c0f9729 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: fcf847c112e36140d1fdf30cc6fc83cb1c4eb297 Maintainer: takagi Status: ready -->
44

55
<refentry role="variable" xml:id="reserved.variables.httpresponseheader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
77
<refname>$http_response_header</refname>
88
<refpurpose>HTTP レスポンスヘッダ</refpurpose>
99
</refnamediv>
1010

11+
<refsynopsisdiv>
12+
&warn.deprecated.feature-8-5-0;
13+
<simpara>
14+
<function>http_get_last_response_headers</function> を代わりに使ってください。
15+
</simpara>
16+
</refsynopsisdiv>
17+
1118
<refsect1 role="description">
1219
&reftitle.description;
1320
<para>

0 commit comments

Comments
 (0)