apache_request_headers()
apache_request_headers - Fetch all HTTP request headers
Syntax
array apache_request_headers ()
Arguments
-
Description
Fetches all HTTP request headers from the current request.
Version
PHP 4.3.0, 5
Return value
An associative array of all the HTTP headers in the current request, or FALSE on failure.