You are here

function cc::http_headers_get in Constant Contact 6.2

* This gets a specific request header from the http_request_headers array * *

Parameters

string The name of the header to retrieve: * * @access private

File

./class.cc.php, line 1927

Class

cc
@file

Code

function http_headers_get($header) {
  return $this->http_request_headers[$header];
}