mailparse_msg_create
PHP Manual
PHP Manual»Функції Mailparse»mailparse_msg_create

mailparse_msg_create

(PECL mailparse >= 0.9.0)

mailparse_msg_createCreate a mime mail resource

Опис

function mailparse_msg_create(): resource

Create a MIME mail resource.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns a handle that can be used to parse a message.

Примітки

Зауваження: It is recommended to call mailparse_msg_free() on the result of this function, when it is no longer needed, to avoid memory leaks.

Прогляньте також

To Top