PHP Velho Oeste 2024

HttpMessage::getHeader

(PECL pecl_http >= 1.1.0)

HttpMessage::getHeaderGet header

Описание

public string HttpMessage::getHeader ( string $header )

Get message header.

Список параметров

header

header name

Возвращаемые значения

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

add a note add a note

User Contributed Notes

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