PHP - Manual: mailparse_msg_create
2024-11-13
(PECL mailparse >= 0.9.0)
mailparse_msg_create — Create a mime mail resource
Create a MIME
mail resource.
此函数没有参数。
Returns a handle that can be used to parse a message.
注意:
It is recommended to call mailparse_msg_free() on the result of this function, when it is no longer needed, to avoid memory leaks.
官方地址:https://www.php.net/manual/en/function.mailparse-msg-create.php