我有一个外部XML外汇,在此网址:http://finance.yahoo.com/webservice/v1/symbols/allcurrencies/quote
我想提取它的信息。
我在PHP中有这个代码:
$abc = simplexml_load_file('http://finance.yahoo.com/webservice/v1/symbols/allcurrencies/quote');
$abc->query->results->rate[0]->Name;
它抛出了这个:
注意:尝试在第3行的/var/www/html/prueba.php中获取非对象的属性
如何提取数据,以及如何使用某些字词过滤器提取美元/欧元数据?感谢