mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention $http_response_headers & $HTTP_RAW_POST_DATA
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235169 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
19ade4c1d9
commit
e346c3a552
1 changed files with 21 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.64 $ -->
|
||||
<!-- $Revision: 1.65 $ -->
|
||||
|
||||
<appendix id="reserved">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -1107,9 +1107,27 @@
|
|||
option is turned on (it defaults to off).
|
||||
</simpara>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="reserved.variables.httprawpostdata">
|
||||
<title>Raw POST data: <varname>$HTTP_RAW_POST_DATA</varname></title>
|
||||
<para>
|
||||
<varname>$HTTP_RAW_POST_DATA</varname> contains the raw POST data.
|
||||
See <link linkend="ini.always-populate-raw-post-data">always_populate_raw_post_data</link>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="reserved.variables.httpresponseheader">
|
||||
<title>HTTP response headers: <varname>$http_response_header</varname></title>
|
||||
<para>
|
||||
The <varname>$http_response_header</varname> array is similiar to the
|
||||
<function>get_headers</function> function. When using the
|
||||
<link linkend="wrappers.http">HTTP wrapper</link>
|
||||
<varname>$http_response_header</varname> will be populated with the HTTP
|
||||
response headers.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="reserved.classes">
|
||||
<title>Predefined Classes</title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue