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:
Hannes Magnusson 2007-05-07 20:53:35 +00:00
parent 19ade4c1d9
commit e346c3a552

View file

@ -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>