在 php 中解码引用的可打印消息

2021-12-27 00:00:00 encoding php quoted-printable

我有在 quoted-printable 中编码的字符串.我如何在 php 中解码?

I have the string which that encoded in quoted-printable. How do I decode this in php?

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum felis =
pede, vestibulum et, ullamcorper in, ultrices eget, metus. Suspendisse in n=
ulla. Sed justo. Donec dapibus auctor neque. Pellentesque faucibus ante nec=
 metus. Vivamus feugiat, velit rhoncus semper suscipit, libero augue venena=
tis leo, nec ornare nulla elit eget diam. Nullam sollicitudin.

推荐答案

这应该会有所帮助:quoted_printable_decode

相关文章