getallheadersDescriptionarray getallheaders ( void )getallheaders() is an alias for apache_request_headers(). It will return an associative array of all the HTTP headers in the current request. Please read the apache_request_headers() documentation for more information on how this function works.
See also apache_request_headers(). | ||