PHP 8.3.4 Released!

mailparse_msg_free

(PECL mailparse >= 0.9.0)

mailparse_msg_freeFrees a MIME resource

Description

mailparse_msg_free(resource $mimemail): bool

Frees a MIME resource.

Parameters

mimemail

A valid MIME resource allocated by mailparse_msg_create() or mailparse_msg_parse_file().

Return Values

Returns true on success or false on failure.

See Also

add a note

User Contributed Notes

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