(PHP 5, PHP 7)
Load XML from a file
public mixed DOMDocument::load ( string $filename [, int $options = 0 ] )
Loads an XML document from a file.
Parameters:
filename
The path to the XML document.
options
Bitwise OR of the libxml option constants.
Returns:
Returns TRUE on success or FALSE on failure. If calle