Dutch PHP Conference 2025 - Call For Papers

mailparse_msg_free

(PECL mailparse >= 0.9.0)

mailparse_msg_freeFrees a MIME resource

Опис

mailparse_msg_free(resource $mimemail): bool

Frees a MIME resource.

Параметри

mimemail

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

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

Повертає true у разі успіху або false в разі помилки.

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

add a note

User Contributed Notes

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