mailparse_msg_free

(PECL mailparse >= 0.9.0)

mailparse_msg_freeFrees a MIME resource

Opis

mailparse_msg_free ( resource $mimemail ) : bool

Frees a MIME resource.

Parametry

mimemail

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

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:

add a note add a note

User Contributed Notes

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