PHP Velho Oeste 2024

HttpResponse::getHeader

(PECL pecl_http >= 0.12.0)

HttpResponse::getHeaderGet header

Descrição

static mixed HttpResponse::getHeader ([ string $name ] )

Get header(s) about to be sent.

Nota:

Isto não funciona como esperado na(s) seguinte(s) SAPI(s): Apache2 w/PHP < 5.1.3.

Parâmetros

name

specifies the name of the header to read; if empty or omitted, an associative array with all headers will be returned

Valor Retornado

Returns either a string containing the value of the header matching name, FALSE on failure, or an associative array with all headers.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top