Home >Backend Development >PHP Tutorial >Explore how to use SimpleXML functions to load and parse XML documents_PHP Tutorial
A number of SmipleXML functions are available for loading and parsing large XML documents.
-------------------------------------------------- ----------------------------------
1.simpleXML_load_file() Function to load the specified XML file into the object. Returns FLASE if there is a problem loading the file. Example:
book.xml file:
";
var_dump($ xml);
?>
www.bkjia.com