addHeader() public method (available since version 2.0.6)
Adds custom header value to the message.
Several invocations of this method with the same name will add multiple header values.
public $this addHeader ( $name, $value ) | ||
---|---|---|
$name | string |
Header name. |
$value | string |
Header value. |
return | $this |
Self reference. |
Please login to continue.