Method MIME.decode_words_tokenized()


Method decode_words_tokenized

array(array(string)|int) decode_words_tokenized(string phrase, int|void flags)

Description

Tokenizes a header value just like MIME.tokenize(), but also converts encoded words using MIME.decode_word(). The result is an array where each element is either an int representing a special character, or an array as returned by decode_word() representing an atom or a quoted string.

See also

MIME.decode_words_tokenized_labled MIME.decode_words_tokenized_remapped MIME.decode_words_text