を実行すると、次のprint_r($this->info->artist->image[4]);
ようになります。
stdClass Object
(
[#text] => http://userserve-ak.last.fm/serve/_/68145708/AWOLNATION+PNG.png
[size] => mega
)
パーツの入手方法は[#text]
?
を実行すると、次のprint_r($this->info->artist->image[4]);
ようになります。
stdClass Object
(
[#text] => http://userserve-ak.last.fm/serve/_/68145708/AWOLNATION+PNG.png
[size] => mega
)
パーツの入手方法は[#text]
?