Conversion FiltersLike the string.* filters, the convert.* filters perform actions similar to their names. For more information on a given filter, refer to the manual page for the corresponding function. convert.base64-encode and convert.base64-decode
Use of these filters are equivalent to processing all stream data through
the base64_encode and base64_decode
functions respectively.
Example #1 convert.base64-encode & convert.base64-decode
convert.quoted-printable-encode and convert.quoted-printable-decode
Use of the decode version of this filter is equivalent to processing all stream
data through the quoted_printable_decode function.
There is no function equivalent to Example #2 convert.quoted-printable-encode & convert.quoted-printable-decode
convert.iconv.*
The Example #3 convert.iconv.*
|