DOMDocument::load

DOMDocument::load

(PHP 5, PHP 7)

DOMDocument::load Load XML from a file

Description

public mixed DOMDocument::load ( string $filename [, int $options = 0 ] )

Loads an XML document from a file.

Warning

Unix style paths with forward slashes can cause significant performance degradation on Windows systems; be sure to call realpath() in such a case.