apache_request_headers -- Fetch all HTTP request headers
Syntax
array apache_request_headers ( void )
apache_request_headers() returns an associative
array of all the HTTP headers in the current request. This is only
supported when PHP runs as an Apache
module.
Note:
Prior to PHP 4.3.0, apache_request_headers() was
called getallheaders(). After PHP 4.3.0,
getallheaders() is an alias for
apache_request_headers().
Note:
You can also get at the value of the common CGI variables by
reading them from the environment, which works whether or not
you are using PHP as an Apache module. Use
phpinfo() to see a list of all of the available
environment variables.
Note: As of PHP 4.3.3 you can use this function with the
NSAPI server module in Netscape/iPlanet/SunONE
webservers, too.
apache request headers php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php apache request headers syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.