Search Results
imap_bodystruct (PHP 4, PHP 5, PHP 7, PHP 8) imap_bodystruct — Read the structure of a specified body section of a specific message
The imap_bodystruct () function accepts a resource value representing an IMAP stream, an integer value representing a particular message and a string value representing section of the body as parameters and reads the structure of the specified body section of a (representing by the integer) message.
Execute imap_bodystruct Online. Info and examples on imap_bodystruct PHP Function from IMAP, POP3 and NNTP - Mail Related Extensions
Simple usage example of `imap_bodystruct ()`. The `imap_bodystruct` function is a PHP function used to retrieve and analyze the structure of a specified body section of a particular message in an email mailbox using the Internet Message Access Protocol (IMAP). It returns an object containing information about the MIME structure of the body section, including details like content type, encoding ...
object imap_bodystruct ( resourceimap_stream, intmsg_number, stringsection ) Read the structure of a specified body section of a specific message.
Les fonctions PHP-IMAP vous aident à accéder aux comptes de messagerie, IMAP signifie IInternet Mail Aaccès Protocol en utilisant ces fonctions, vous pouvez également travailler avec les protocoles NNTP, POP3 et les méthodes d'accès aux boîtes aux lettres locales. le imap_bodystruct () accepte une valeur de ressource représentant un flux IMAP, une valeur entière représentant un ...
imap_bodystruct (PHP 4, PHP 5) imap_bodystruct — Read the structure of a specified body section of a specific message
