update : 2015.11.03
php.shukuma.com검색:
|
imap_rfc822_parse_adrlist(PHP 4, PHP 5, PHP 7) imap_rfc822_parse_adrlist — Parses an address string 설명
array imap_rfc822_parse_adrlist
( string
$address
, string $default_host
)Parses the address string as defined in » RFC2822 and for each address. 인수
반환값Returns an array of objects. The objects properties are:
예제
Example #1 imap_rfc822_parse_adrlist() example
<?php 위 예제의 출력: # 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 : |