add() public method
Adds a new header. If there is already a header with the same name, the new one will be appended to it instead of replacing it.
public $this add ( $name, $value )$name string
The name of the header $value string
The value of the header return $this
The collection object itself