Forum und email

HttpMessage::addHeaders

(PECL pecl_http:0.10.0-1.5.5)

HttpMessage::addHeaders — Add headers

Descripción

public void HttpMessage::addHeaders ( array $headers [, bool $append = FALSE ] )

Add headers. If append is true, headers with the same name will be separated, else overwritten.

Lista de parámetros

headers

associative array containing the additional HTTP headers to add to the messages existing headers

append

if true, and a header with the same name of one to add exists already, this respective header will be converted to an array containing both header values, otherwise it will be overwritten with the new header value

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.