gpt4 book ai didi

php - 使用冒号访问变量的 Json 值 ( :) in between using Php

转载 作者:行者123 更新时间:2023-12-05 01:39:57 26 4
gpt4 key购买 nike

我需要访问 Json 中变量元素的值,问题是该变量有一个冒号 (:),而且我每次都会收到 undefined variable 。

{#370 ▼
+"im:name": {#371 ▶}
+"im:image": array:3 [▶]
+"im:itemCount": {#380 ▶}
+"im:price": {#381 ▶}
+"im:contentType": {#385 ▶}
+"rights": {#387 ▶}
+"title": {#388 ▶}
+"link": {#390 ▶}
+"id": {#391 ▶}
+"im:artist": {#393 ▶}
+"category": {#396 ▶}
+"im:releaseDate": {#397 ▶}
}

例如 $feed->category 可以,但是任何带有 : 的东西,比如 $feed->im:category 都会抛出错误。

最佳答案

使用花括号语法

$feed->{'im:category'}

关于php - 使用冒号访问变量的 Json 值 ( :) in between using Php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57450161/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com