This is title1 This is desc1
You could use SimpleXMLElement::xpath to return an array of the elements, then access the array's keys as you want.
SimpleXMLElement::xpath
foreach ($xml->xpath('/items/item') as $key => $item)