Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<HttpMessage::getHeaderHttpMessage::setHeaders>
Last updated: Tue, 19 Sep 2006

HttpMessage::addHeaders

(no version information, might be only in CVS)

HttpMessage::addHeaders -- Add headers

Description

publicvoid HttpMessage::addHeaders ( [array headers [, bool append = FALSE]] )

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

Parameters

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

Return Values

Returns TRUE on success or FALSE on failure.




<HttpMessage::getHeaderHttpMessage::setHeaders>
Last updated: Tue, 19 Sep 2006