gpt4 book ai didi

PHP访问对象的数据

转载 作者:行者123 更新时间:2023-12-01 10:13:53 25 4
gpt4 key购买 nike

我有一个对象,我想从中获取一段数据,对象看起来像这样,

    Product Object
(
[name] => Simon Test Cup
[code] => 123456789
[category_id] => 3
[range_id] => 26
[price] => 10.00
[price_logo_add] => 0.25
[image_id] => 846
[rank] =>
[special_offer] => N
[cartProps] => Array
(
)

[section] =>
[vatPercentage] => 17.5
[id] => 551
[date_created] => 2010-05-25 12:46:57
[last_updated] => 2010-05-25 14:10:48
[user_id_updated] => 0
[_aliases] => Array
(
[id] => 551
[date_created] => 2010-05-25 12:46:57
[date_updated] => 2010-05-25 14:10:48
[user_id_updated] => 0
[name] => Simon Test Cup
[code] => 123456789
[category_id] => 3
[range_id] => 26
[price] => 10.00
[price_logo_add] => 0.25
[image_id] => 846
[range_image_id] => 848
[main_image_id] => 847
[rank] =>
[special_offer] => N
)

[_default] => Array
(
[special_offer] => N
)

[_related] => Array
(
[_related] => Array
(
[range] => stdClass Object
(
[key] => range
[group] => _related
[foreignKey] => range_id
[indexName] => id
[tableName] => cc_range
[objectName] => Range
[userFieldlyColName] => name
[criteria] => id='{%range_id%}'
[sqlPostfix] =>
[populateOnLoad] =>
[objects] => Array
(
[26] => Range Object
(
[name] => Shot glasses
[url_name] => shot-glasses
[description] => Personalized shot glasses make great commemorative gifts, souvenirs and wedding favours. Just select your favourite shape and send us a customization form with your logo. See our glassware sale page for info on free logo origination.
[leader] => Customized shot glasses make great commemorative gifts, promotional items and wedding favours. Individual gift boxes are available so you can give the glasses away easily.
[category_id] => 3
[site_id_csv] =>
[image_id_main] => 565
[image_id_thumb] => 566
[rank] =>
[site] => main
[id] => 26
[date_created] => 2008-05-18 21:39:52
[last_updated] => 2009-02-03 13:49:10
[user_id_updated] => 0
[_aliases] => Array

我想从 [range] = stdClass 对象中获取 id

最佳答案

可以说 $object->_related["_related"]["range"],但是这个结构大概是一个对象的结构,它具有您可能想要的东西的访问器。您显然不打算担心事物的内部结构。

关于PHP访问对象的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2905223/

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