我搜索和搜索但这对于数据格式是什么:?
a:6:{s:14:"component_mode";s:6:"aswdas";s:14:"payment_method";s:0:"";s:16:"channel_order_id";s:5:"75614";s:17:"channel_final_fee";i:0;s:12:"transactions";a:0:{}s:6:"tax_id";N;}
我在Magento的订单导出和“additional_data”中找到它,
并在Magento会话数据中:
mobileswitcher_admin|a:1:{s:23:"_session_validator_data";a:4:{s:11:"remote_addr";s:0:"";s:8:"http_via";s:0:"";s:20:"http_x_forwarded_for";s:0:"";s:15:"http_user_agent";s:0:"";}}
如何从该字符串中获取数据?它是一种类似JSON的格式吗? 我可以使用任何函数进行编码/解码吗?
提前致谢!
Tyv
答案 0 :(得分:0)
这是一个序列化数组
你可以用unserialize()
将其转换为数组