HttpMessage
PHP Manual

HttpMessage::getHeader

(PECL pecl_http >= 1.1.0)

HttpMessage::getHeaderGet header

Descrição

public string HttpMessage::getHeader ( string $header )

Get message header.

Parâmetros

header

header name

Valor Retornado

Returns the header value on success or NULL if the header does not exist.


HttpMessage
PHP Manual