$comment
$comment : array
Comments associated with the personal phrase.
Object representation of a RFC 822 e-mail address.
writeAddress(mixed $opts = array()) : string
Write an address given information in this part.
mixed | $opts | If boolean true, is equivalent to passing true for both 'encode' and 'idn'. If an array, these keys are supported:
|
The correctly escaped/quoted address.
matchInsensitive(mixed $ob) : boolean
Do a case-insensitive match on the address. Per RFC 822/2822/5322, although the host portion of an address is case-insensitive, the mailbox portion is platform dependent.
mixed | $ob | Address data. |
True if the data reflects the same case-insensitive address.
matchDomain(string $domain) : boolean
Do a case-insensitive match on the address for a given domain.
Matches as many parts of the subdomain in the address as is given in the input.
string | $domain | Domain to match. |
True if the address matches the given domain.