我有一个json文件,尝试在其中获取第一个值(哈希值),但绝对不知道如何实现。
"usersauth": {
"nufj48597sdfnvsdf7": 23972
}
当我尝试使用此数据时
$userauth = $decode['usersauth']; and $userauth = $decode['usersauth'][0];
都尝试不起作用。第一个将“ Array”保存在数据库中,第二个只是一个空白字段。如果有人对它的工作原理有所了解,那将非常高兴。我在Google上搜索了2天,但找不到任何相关信息。