Methods
Assert that the header value is valid.
assertValid(string $value) : void
Raises an exception if invalid.
Parameters
$value
string
Exceptions
Filter the header value according to RFC 2822
filter(string $value) : string
see |
\Zend\Mail\Header\http://www.rfc-base.org/txt/rfc-2822.txt |
Parameters
$value
string
Returns
string
Determine if the header value contains any invalid characters.
isValid(string $value) : bool
see |
\Zend\Mail\Header\http://www.rfc-base.org/txt/rfc-2822.txt |
Parameters
$value
string
Returns
bool
No public constructor.
__construct()