return implode(', ',
$options);
} /**
* Returns a representation of the entire header string, including
* the header name and all values converted to the proper format.
*/
public function __toString(): string
{ return $this->name . ': ' .
$this->
getValueLine();
}}