SimpleXMLElement simplexml_load_file ( string $filename [, string $class_name = "SimpleXMLElement" [, int $options = 0 [, string $ns = "" [, bool $is_prefix = false ]]]] )
Convert the well-formed XML document in the given file to an object.
Returns an object of class SimpleXMLElement with properties containing the data held within the XML document, or FALSE on failure.