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
Return values
mixed —getName()
Returns the name of the header.
public
getName() : string
Tags
Return values
string —the name of the header.
getValue()
Returns the value of the header.
public
getValue() : CSHttpHeaderValue
Tags
Return values
CSHttpHeaderValue —The value of the header.
