|
DOMDocument::loadLoad XML from a file Description
public bool 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. Parameters
Return Values
Returns Errors/Exceptions
If an empty string is passed as the Changelog
Examples
Example #1 Creating a Document
See Also
|