mailparse_msg_parse_file
(4.1.0 - 4.1.2 only)
mailparse_msg_parse_file -- Parse file and return a resource
representing the structure
Description
resource mailparse_msg_parse_file ( string filename)
Warning
This function is EXPERIMENTAL. The behaviour of this function,
the name of this function, and anything else documented
about this function may change without notice in a future
release of PHP. Use this function at your own risk.
Warning
This function is currently not documented; only the argument
list is available.
mailparse_msg_parse
(4.1.0 - 4.1.2 only)
mailparse_msg_parse -- Incrementally parse data into buffer
Description
void mailparse_msg_parse ( resource rfc2045buf, string data)
Warning
This function is EXPERIMENTAL. The behaviour of this function,
the name of this function, and anything else documented
about this function may change without notice in a future
release of PHP. Use this function at your own risk.
Warning
This function is currently not documented; only the argument
list is available.
|