simplexml_load_file
PHP 5, PHP 7, PHP 8
simplexml_load_file - Interprets an XML file into an object
Code Examples
Example #1 Interpret an XML document
Result: SimpleXMLElement Object
(
[title] => Example Title
...
)