我无法弄清楚从这个数组中获取这些值。我需要知道代码和名称,以便我的应用程序知道该选择哪一个,但我无法从中获取值。有人可以帮我吗?这是@attributes 中的值。
顺便说一句,我正在使用 PHP。
谢谢
array(2) {
[0]=>
object(SimpleXMLElement)#22 (2) {
["@attributes"]=>
array(2) {
["code"]=>
string(3) "HCD"
["name"]=>
string(31) "HIGH COST DELIVERY REGION SRCHG"
}
[0]=>
string(5) "71.25"
}
[1]=>
object(SimpleXMLElement)#24 (2) {
["@attributes"]=>
array(2) {
["code"]=>
string(3) "HCD"
["name"]=>
string(31) "HIGH COST DELIVERY REGION SRCHG"
}
[0]=>
string(5) "71.25"
}
}