PHP Function List
apache_request_headers() doesn't exist. Closest matches:
- apache_request_headers
- nsapi_request_headers
- http_match_request_header
- apache_response_headers
- http_get_request_headers
- apache_get_version
- apache_get_modules
- nsapi_response_headers
- apache_reset_timeout
- http_parse_headers
- get_headers
- http_request_method_exists
- imap_headers
- yaf_request_http
- yaf_request_abstract
- import_request_variables
- ibase_free_event_handler
- http_request_method_name
- http_request_body_encode
- apache_setenv
Site Search Results
-
apache_request_headers - ManualReturn Values. An associative array of all the HTTP headers in the current request, or FALSE on failure.
-
apache_response_headers - Manualprint_r (apache_request_headers ());?> </pre> gives me Array ( [X-Powered-By] => PHP/5.1.6 ) But the code <pre> <?php ob_end_flush (); print_r (apache_request_headers
-
Fetches all HTTP headers from the current request. This function is an alias for apache_request_headers(). Please read the apache_request_headers() documentation for more ...
-
apache_ getenv; apache_ lookup_ uri; apache_ note; apache_ request_ headers; apache_ reset_ timeout; apache_ response_ headers; apache_ setenv; getallheaders; virtual
-
apache_ getenv; apache_ lookup_ uri; apache_ note; apache_ request_ headers; apache_ reset_ timeout; apache_ response_ headers; apache_ setenv; getallheaders; virtual
-
$url = apache_request_headers (); if ($target == '') { // Print Dirs with link print ("<a href=\"http://$url[Host ...
-
apache_request_headers — Fetch all HTTP request headers; apache_reset_timeout — Reset the Apache write timer; apache_response_headers — Fetch all HTTP response headers
-
(So an If-Modified-Since-header is sent, but neither shows up in $_SERVER nor in apache_request_headers()). This would be correct: <?php $lastmod = gmdate ('D, d M Y H:i:s', filemtime ...
-
$headers = apache_request_headers (); // Checking if the client is validating his cache and if it is current. if (isset($headers ['If-Modified-Since']) && (strtotime ($headers ...
-
apache_request_headers — Fetch all HTTP request headers; apache_reset_timeout — Reset the Apache write timer; apache_response_headers — Fetch all HTTP response headers

Other forms of search
To search the string "apache_request_headers()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
