simplexml_load_file

 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.