Я пытаюсь выполнить поиск с помощью API из last.fm с Zend_Rest_Client.
Что мне делать с ответом? Как я могу получить значения из ответа?
object(Zend_Rest_Client_Result)[226]
protected '_sxml' =>
object(SimpleXMLElement)[228]
public '@attributes' =>
array
'status' => string 'ok' (length=2)
public 'results' =>
object(SimpleXMLElement)[229]
public '@attributes' =>
array
...
public 'trackmatches' =>
object(SimpleXMLElement)[230]
...
protected '_errstr' => null
Как зациклить на трек-матчах? Все, что я пробую, возвращает ноль.