mailparse_msg_parse
(PECL mailparse >= 0.9.0)
mailparse_msg_parse — データをパースし、バッファに追加する
説明
データを順にパースし、指定した mime メールリソースに格納します。
この関数により、ファイル全体を読み込んでからパースするのではなく 読み込んだ部分から順に処理していくことができます。
パラメータ
mimemail
-
有効な
MIME
リソース。 data
-
注意:
data
の最後のチャンクは、 改行コード(CRLF
) で終わることが想定されています。 そうでない場合、最後の行がパースされません。
+add a note
User Contributed Notes 1 note
Adrien ¶
7 years ago
This code written within a function may end up causing a 500 error with php 7 :
$mime = mailparse_msg_create();
mailparse_msg_parse($mime,$content);
exit;
Don't forget to free the ressource using mailparse_msg_free($mime) before the exit, apache/php does not seem to be able to do it automatically.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google