產品在eBay上美元背後的價值以下代碼:易趣API(convertedCurrentPrice)PHP
echo $i['sellingStatus'][0]['currentPrice'][0]['__value__'];
我想貨幣雷亞爾(巴西)轉換如下,但不工作:
echo $i['sellingStatus'][0]['convertedCurrentPrice'][0]['BRL']['__value__'];
有沒有人知道我要去哪裏錯了?
出現提及值的XML的部分是:
<sellingStatus><currentPrice currencyId="USD">21.84</currentPrice><convertedCurrentPrice currencyId="USD">21.84</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P2DT4H30M45S</timeLeft></sellingStatus>