Forum und email

getallheaders

(PHP 4, PHP 5)

getallheaders — Fetch all HTTP request headers

說明

array getallheaders ( void )

Fetches all HTTP requests from the current request.

This function is an alias for apache_request_headers(). Please read the apache_request_headers() documentation for more information on how this function works.

此函式僅在 PHP 作為 Apache 模組安裝時才可使用。

Return值

An associative array of all the HTTP headers in the current request, or FALSE on failure.

更新日誌

版本 說明
4.3.0 Became an alias for apache_request_headers(). Essentially, it was renamed. This is because this function only works with Apache.

註釋

Note: 自 PHP 4.3.3 起也可以在 Netscape/iPlanet/SunONE 伺服器的 NSAPI server module 中使用本函式。