I know how to add child nodes with SimpleXml and PHP but i have a problem with the orders of those child elements. Lets say i have this xml structure
album gallery1 gallery2 gallery2 . . . galleryN 页: 1
这正是在我给儿童加入基本法典的时候。
$galleryElement = $sxe->addChild("gallery");
我想,本案中儿童内容的顺序正好与最后一张包裹相反,即是第一个孩子。
例如:
album gallery3 gallery2 gallery1
页: 1
任何人都知道这里的一些trick子。