Contentserv PHP API

CSHttpHeader
in package

Tags

Table of Contents

__construct()  : mixed
Initializes the header object with the name and value.
getName()  : string
Returns the name of the header.
getValue()  : CSHttpHeaderValue
Returns the value of the header.

Methods

__construct()

Initializes the header object with the name and value.

public __construct(string $sName, string $sValue) : mixed
Parameters
$sName : string

The name of the header

$sValue : string

The value of the header

Tags
access

public

Return values
mixed

getName()

Returns the name of the header.

public getName() : string
Tags
access

public

Return values
string

the name of the header.


        

Search results