mailparse_msg_get_part
(4.1.0 - 4.1.2 only)
mailparse_msg_get_part -- Returns a handle on a given section
in a mimemessage
Description
int mailparse_msg_get_part ( resource rfc2045, string mimesection)
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_get_structure
(4.1.0 - 4.1.2 only)
mailparse_msg_get_structure -- Returns an array of mime
section names in the supplied message
Description
array mailparse_msg_get_structure ( resource rfc2045)
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.
|