PHP » GoLang |
login |
register |
about
|
GoLang imap_rfc822_parse_adrlist
request it (332)
GoLang replacement for PHP's imap_rfc822_parse_adrlist
[edit | history]
imap_rfc822_parse_adrlist(PHP 4, PHP 5, PHP 7) imap_rfc822_parse_adrlist — Parses an address string Description
array imap_rfc822_parse_adrlist
( string
$address
, string $default_host
)Parses the address string as defined in » RFC2822 and for each address. Parameters
Return ValuesReturns an array of objects. The objects properties are:
Examples
Example #1 imap_rfc822_parse_adrlist() example
<?php The above example will output: # 0 mailbox : doe host : example.com personal: Joe Doe adl : # 1 mailbox : postmaster host : example.com personal: adl : # 2 mailbox : root host : example.com personal: adl : |
more
Recently updated
more
Most requested
more
Last requests
|