如何获取消息的字符集(使用 imap 和 php)
如何获取消息的字符集(使用 imap 和 php)
How to get the charset of the message (using imap with php)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何获取消息的字符集(使用 imap 和 php)
How to get the charset of the message (using imap with php)
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
检查 mime 标头或直接访问 http://php.net/manual /en/function.imap-utf8.php 路线。这样你就可以确定你得到的所有内容都是 UTF-8
Either check the mime headers or just go down the http://php.net/manual/en/function.imap-utf8.php route. That way you'll be damn sure everything you get is UTF-8
您应该使用函数 imap_headerinfo(),然后使用简单的搜索查找“字符集”甚至“内容类型”。
http://www.php.net/manual/en/function.imap -headerinfo.php
You should use the function imap_headerinfo() and then look for the "charset" or even "Content-Type" using a simple search.
http://www.php.net/manual/en/function.imap-headerinfo.php