EDIFACT 到 PHP 数组
我需要将 Edifact 消息转换为 PHP 数组。 应支持的消息标准是MEDVRY。
如何编程呢?
I need to convert Edifact messages to a PHP array.
The message standard which should be supported is MEDVRY.
How to program that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我是 @Thomas1703 使用的类的作者 (https://github.com/sabas/Edifact),我最近更新了代码,因为我发现正则表达式中存在一些错误。
目前处理可能所有需求(包装消息)并在返回数组之前进行一些验证。
I'm the author of the class used by @Thomas1703 (https://github.com/sabas/Edifact), I've updated the code recently because I found some bugs in the regexes.
Currently handles probably all the needs (wrapped messages) and does a bit of validation before returning the array.
我用这个类:
https://github.com/sabas/Edifact/blob/master/class .EDIParser.php
i use this class:
https://github.com/sabas/Edifact/blob/master/class.EDIParser.php