imap_fetchstructure
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Read the structure of a particular message
<?php imap_fetchstructure
(
IMAP\Connection $imap
,
int $message_num
,
int $flags
=
0
):
stdClass
|
false