Method MIME.encode_words_quoted_labled()
- Method encode_words_quoted_labled
string encode_words_quoted_labled(array(array(string|int|array(string|array(string)))) phrase, string encoding)
- Description
The inverse of decode_words_tokenized_labled(), this functions accepts an array like the argument to quote_labled(), but "word" labled elements can optionally contain an additional string element specifying a character set, in which case an encoded-word will be used. Also, the format for "comment" labled elements is entirely different; instead of a single string, an array of strings or pairs like the first argument to encode_words_text() is expected.
- Parameter encoding
Either
"base64"
or"quoted-printable"
(or either"b"
or"q"
for short).- See also
MIME.encode_words_quoted() MIME.encode_words_quoted_labled_remapped()