PHPUnit_Util_XML::loadFile
Loads an XML (or HTML) file into a DOMDocument object.
Signature
public function loadFile(string
$filename,
[boolean
$isHtml = false,
[boolean
$xinclude = false,
[boolean
$strict = false]]] )
Parameters
$filename— string$isHtml— boolean$xinclude— boolean$strict— boolean
Returns
- DOMDocument