爲什麼在嘗試構建數組時出現Illegal offset type
錯誤?PHP:從xml生成數組時非法偏移類型
function tassi_parser() {
$xml=simplexml_load_file('http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml');
foreach($xml->Cube->Cube->Cube as $tmp) {
$results[$tmp['currency']] = $tmp['rate'];
};
return $results;
};
$tmp['currency']
正確包含應作爲重點,所以我無法理解有什麼問題的字符串...
謝謝...我知道這是愚蠢的東西-.- – Mariano
@Mariano什麼?認真?我在這個答案前15分鐘寫了這封信! – Rizier123