(PHP 4, PHP 5, PHP 7, PHP 8)
imap_bodystruct — Read the structure of a specified body section of a specific message
Read the structure of a specified body section of a specific message.
imapAn IMAP\Connection instance.
message_numThe message number
sectionThe body section to read
   Returns the information in an object,  o false in caso di fallimento.
   For a detailed description
   of the object structure and properties see 
   imap_fetchstructure().
  
| Versione | Descrizione | 
|---|---|
| 8.1.0 | The imapparameter expects an IMAP\Connection
  instance now; previously, a validimapresource was expected. | 
