<?php $xml = "<root><a>1</a><b>2</b></root>"; $xml = simplexml_load_string($xml); var_dump($xml->children()->getName());
You have javascript disabled. You will not be able to edit any code.