Is there any way to loop through an xml loaded in simpleXML in reverse? say if i have the following xml
$string ="<items>
<item>1</item>
<item>2</item>
<item>3</item>
</items>";
$xml = simplexml_load_string($string);
不管用什么方式来扭转xml美元,这样一来,如果是这样的话,就算项目3。