Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
MIME

Method MIME.decode_words_text()


Method decode_words_text

array(array(string)) 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