我需要貨幣換算,歐元兌美元。
歐洲央行提供的利率在這裏:
http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
我可以使用的第一個節點獲得的美元匯率,但如果他們改變什麼順序?
我需要更可靠的東西嗎?我不知道如何..PHP simpleXML解析
$xml = @simplexml_load_file('http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml');
echo "dollar: " . $xml->Cube->Cube->Cube[0]->attributes()->rate;