Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$xmlはSimpleXMLオブジェクトです。
$xml
SimpleXML
print_r($xml->Title);
出力SimpleXMLElement Object ( [0] => K&H 3093 Extreme Weather Kitty Pad with Fleece Cover )
SimpleXMLElement Object ( [0] => K&H 3093 Extreme Weather Kitty Pad with Fleece Cover )
最初の要素にアクセスするにはどうすればよいですか?
print_r($xml->Title[0]);
何も出力しません!