mailparse_msg_free

(PECL mailparse >= 0.9.0)

mailparse_msg_freeFrees a MIME resource

설명

bool mailparse_msg_free ( resource $mimemail )

Frees a MIME resource.

인수

mimemail

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

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고

add a note add a note

User Contributed Notes

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