mailparse_msg_get_structure
(PECL mailparse >= 0.9.0)
mailparse_msg_get_structure — 指定したメッセージ内の MIME セクション名の配列を返す
説明
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
mimemail
-
有効な
MIME
リソース。
+add a note
User Contributed Notes 1 note
rueda dot raul at gmail dot com ¶
4 years ago
Example of this function output:
<?php
$parse = mailparse_msg_parse_file('mail.txt');
print_r(mailparse_msg_get_structure($parse);
?>
Output will be:
Array
(
[0] => 1
[1] => 1.1
[2] => 1.1.1
[3] => 1.1.2
[4] => 1.2
)
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google