Query: mailparse_msg_parse
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAILPARSE_MSG_PARSE(3) 1 MAILPARSE_MSG_PARSE(3) mailparse_msg_parse - Incrementally parse data into bufferSYNOPSISbool mailparse_msg_parse (resource $mimemail, string $data)DESCRIPTIONIncrementally parse data into the supplied mime mail resource. This function allow you to stream portions of a file at a time, rather than read and parse the whole thing.PARAMETERSo $mimemail - A valid MIME resource. o $data -RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group MAILPARSE_MSG_PARSE(3)