set() public method
Adds a new header.
If there is already a header with the same name, it will be replaced.
public $this set ( $name, $value = '' ) | ||
---|---|---|
$name | string |
The name of the header |
$value | string |
The value of the header |
return | $this |
The collection object itself |
Please login to continue.