6
$xml
是一個SimpleXML
對象。如何獲取SimpleXML對象的第一個元素?
print_r($xml->Title);
輸出SimpleXMLElement Object ([0] => K&H 3093 Extreme Weather Kitty Pad with Fleece Cover)
如何訪問的第一個元素?
print_r($xml->Title[0]);
什麼都不輸出!
' - > {0}'...... – Wrikken
返回:SimpleXMLElement對象() –
'$ XML->標題 - > {0}' –