PHP json_decode 转数组

json_decode($json);

直接转义json字符串数据后会发现转义后的数据时对象类型

想要获得数组类型,需加一个布尔参数

json_decode($json, true);

版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/02/18/php-json-decode-to-array/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
海报
PHP json_decode 转数组
json_decode($json); 直接转义json字符串数据后会发现转义后的数据时对象类型 想要获得数组类型,需加一个布尔参数 json_decode($json, true);
<<上一篇
下一篇>>
文章目录
关闭
目 录