|
PHP5中文手册
mailparse_rfc822_parse_addresses(PHP 4 >= 4.0.7, PECL mailparse:0.9-2.1.1) mailparse_rfc822_parse_addresses — Parse RFC 822 compliant addresses 说明
array mailparse_rfc822_parse_addresses
( string $addresses
)
Parses a » RFC 822 compliant recipient list, such as that found in the To: header. 参数
返回值Returns an array of associative arrays with the following keys for each recipient:
范例
Example#1 mailparse_rfc822_parse_addresses() example
<?php 上例将输出:
|