在 PHP 中解码 PDU 编码的短信
我已经在网上搜索了很长一段时间 - 但没有任何可用的信息通过我的方式:(
你知道使用 PHP 解码 PDU 编码 SMS 的类/库吗?
使用官方文档手动进行所有解码让我有点害怕。
似乎有一些库可以在 Java (Android) 中使用,但这没有帮助。
I've searched the web for quite a while now - but nothing usable passed my way :(
Do you know a class/library to decode PDU encoded SMS using PHP?
Doing all the decode by hand using the official documentation scares me a bit.
There seem to be libraries for use in Java (Android) but that does not help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个基于javaScript的GUI。将您的 pdu 消息粘贴到单击转换按钮的中间框中。
Here is a javaScript based GUI. paste your pdu message in middle box in click convert button.
我的 PHP 解决方案基于 python 答案:
My solution in PHP based on python answer: