add some more examples for imap_rfc822_parse_adrlist

This commit is contained in:
Klaus Leithoff 2014-03-28 09:48:09 +00:00
parent 61f25c05ff
commit f495345550

View File

@ -74,8 +74,9 @@ if (!function_exists('imap_rfc822_parse_adrlist'))
{ {
/** /**
* parses an address string * parses an address string
* Examples: Joe Doe <doe@example.com>, "Doe, Joe" <doe@example.com> , "\'Joe Doe\'" <doe@example.com>, postmaster@example.com, root; * Examples: Joe Doe <doe@example.com>, "Doe, Joe" <doe@example.com> , "\'Joe Doe\'" <doe@example.com>,
* "Giant; \"Big\" Box" <sysservices@example.net>, sysservices@example.net <sysservices@example.net>, ... * postmaster@example.com, root, "Joe on its way Down Under :-\)" <doe@example.com>,
* "Giant; \"Big\" Box" <sysservices@example.net>, sysservices@example.net <sysservices@example.net>,
* Invalid addresses, if detected, set host to '.SYNTAX-ERROR.' * Invalid addresses, if detected, set host to '.SYNTAX-ERROR.'
* @param string $address - A string containing addresses * @param string $address - A string containing addresses
* @param string $default_host - The default host name * @param string $default_host - The default host name