📜  php json 字符串到关联数组 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:49.304000             🧑  作者: Mango

代码示例1
$assocArray = json_decode($data, true);