|
PHP5中文手册
imap_mail_compose(PHP 4, PHP 5) imap_mail_compose — Create a MIME message based on given envelope and body sections 说明
string imap_mail_compose
( array $envelope
, array $body
)
Create a MIME message based on the given envelope and body sections. 参数
返回值Returns the MIME message. 范例
Example#1 imap_mail_compose() example
<?php |