PHP » GoLang |
login |
register |
about
|
GoLang imap_mime_header_decode
request it (418)
GoLang replacement for PHP's imap_mime_header_decode
[edit | history]
imap_mime_header_decode(PHP 4, PHP 5, PHP 7) imap_mime_header_decode — Decode MIME header elements Description
array imap_mime_header_decode
( string
$text
)Decodes MIME message header extensions that are non ASCII text (see » RFC2047). Parameters
Return ValuesThe 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. Examples
Example #1 imap_mime_header_decode() example
<?php The above example will output: Charset: ISO-8859-1 Text: Keld Jørn Simonsen Charset: default Text: <[email protected]> In the above example we would have two elements, whereas the first element had previously been encoded with ISO-8859-1, and the second element would be plain US-ASCII. |
more
Recently updated
more
Most requested
more
Last requests
|