imap_mime_header_decode

PHP 4, PHP 5, PHP 7, PHP 8
imap_mime_header_decode - Decode MIME header elements
Manual
Code Examples

imap_mime_header_decode( string$string ): array|false

Decodes MIME message header extensions that are non ASCII text (see RFC2047).

Parameters

string

The MIME text

Return Values

The decoded elements are returned in an array of objects, where each object has two properties, charset and text.

If the element hasn't been encoded, and in other words is in plain US-ASCII, the charset property of that element is set to default.

The function returns false on failure.

Related Functions

Example of imap_mime_header_decode

Show all examples for imap_mime_header_decode

PHP Version:


Function imap_mime_header_decode:

IMAP, POP3 and NNTP Functions

Most used PHP functions