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
 
<HttpResponse::getGzipHttpResponse::getLastModified>
Last updated: Tue, 19 Sep 2006

HttpResponse::getHeader

(no version information, might be only in CVS)

HttpResponse::getHeader -- Get header

Description

staticmixed HttpResponse::getHeader ( [string name] )

Get header(s) about to be sent.

Note: In Apache2 this only works for PHP-5.1.3 and greater.

Parameters

name

specifies the name of the header to read; if empty or omitted, an associative array with all headers will be returned

Return Values

Returns either a string containing the value of the header matching name, FALSE on failure, or an associative array with all headers.




<HttpResponse::getGzipHttpResponse::getLastModified>
Last updated: Tue, 19 Sep 2006