From e346c3a5523a82986c04d7e4b1d1a3c6008f6f74 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 7 May 2007 20:53:35 +0000 Subject: [PATCH] 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 --- appendices/reserved.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 3f1a9654a2..88b446b430 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -1107,9 +1107,27 @@ option is turned on (it defaults to off). + + + Raw POST data: <varname>$HTTP_RAW_POST_DATA</varname> + + $HTTP_RAW_POST_DATA contains the raw POST data. + See always_populate_raw_post_data + + + + + HTTP response headers: <varname>$http_response_header</varname> + + The $http_response_header array is similiar to the + get_headers function. When using the + HTTP wrapper + $http_response_header will be populated with the HTTP + response headers. + + + - - Predefined Classes