PHP simplexml_load_file() May 23, 2012 Pramod T P It returns SimpleXMLElement object from an XML document Example <?php $xml = simplexml_load_file(‘test.xml’); ?>