Extracted from Pike v7.4 release 117 at 2005-08-23.
pike.ida.liu.se
[Top]
predef::
MIME

Method MIME.decode_words_text()


Method decode_words_text

array(array(string)) MIME.decode_words_text(string txt)

Description

Separates a header value containing text into units and calls MIME.decode_word() on them. The result is an array where each element is a result from decode_word().

See also

MIME.decode_words_tokenized MIME.decode_words_text_remapped