If I do:

$listFeed = $service->getListFeed($query);

foreach ($listFeed as $listEntry) {
     ???
}

And it returns a single row, how do I get the row number it returned?  Is 
there a particular method like "getText()"?

Reply via email to