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. Примеры
Пример #1 imap_mail_compose() example
<?php |
||