标签: php json
我需要获取'message'的值,这是json在php中构建的
{"status":"error","message":" phone_name or phone_number already exist"}
我该怎么做?
答案 0 :(得分:1)
使用json_decode(json_string)将其转换为php数组 然后你可以作为数组[“message”]
答案 1 :(得分:1)
这很简单:
{{1}}