PHP 8.1.20 Released!

mailparse_msg_create

(PECL mailparse >= 0.9.0)

mailparse_msg_createCreate a mime mail resource

Descrição

mailparse_msg_create(): resource

Create a MIME mail resource.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Notas

Nota:

It is recommended to call mailparse_msg_free() on the result of this function, when it is no longer needed, to avoid memory leaks.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top