Class shardimage\shardimagephpapi\web\parsers\Header
Inheritance | shardimage\shardimagephpapi\web\parsers\Header |
---|
HTTP header parser object.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$params | array | Additional parameters in the header | shardimage\shardimagephpapi\web\parsers\Header |
$value | string | Value of the header | shardimage\shardimagephpapi\web\parsers\Header |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Creates and parses the header. | shardimage\shardimagephpapi\web\parsers\Header |
getParam() | Returns the value of an additional named parameter. | shardimage\shardimagephpapi\web\parsers\Header |
Property Details
Additional parameters in the header
Value of the header
Method Details
Creates and parses the header.
public void __construct ( $value ) | ||
$value | string | Header value |
Returns the value of an additional named parameter.
public string|mixed getParam ( $param, $default = null ) | ||
$param | string | |
$default | mixed |