PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpMessage::__construct> <The HttpMessage class
Last updated: Fri, 18 Jul 2008

view this page in

HttpMessage::addHeaders

(PECL pecl_http:0.10.0-1.5.5)

HttpMessage::addHeaders — Add headers

Descrizione

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.

Elenco dei parametri

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

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.



add a note add a note User Contributed Notes
HttpMessage::addHeaders
There are no user contributed notes for this page.

HttpMessage::__construct> <The HttpMessage class
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites