apache_response_headers

(PHP 4 >= 4.3.0)

apache_response_headers --  Obtêm todos os headers da resposta HTTP

Descrição

array apache_response_headers ( void )

Retorna um array com todos os headers de resposta do Apache. Esta funcionalidade foi acrescentada a partir do PHP 4.3.0.

Nota: From PHP 4.3.3 on you can use this function with the NSAPI server module in Netscape/iPlanet/SunONE webservers, too.

Veja também apache_request_headers() e headers_sent().