imap_bodystruct

(PHP 4, PHP 5, PHP 7, PHP 8)

imap_bodystruct指定したメッセージの指定した body セクションの構造を読み込む

説明

imap_bodystruct(resource $imap, int $message_num, string $section): stdClass|false

指定したメッセージの指定した body セクションの構造を読み込みます。

パラメータ

imap

imap_open() が返す IMAP ストリーム。

message_num

メッセージ番号。

section

読み込む body セクション。

返り値

オブジェクトの情報を返します。 失敗した場合に false を返します オブジェクトの構造やプロパティについての詳細は imap_fetchstructure() を参照ください。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top