| 
 | DOMDocument::loadLoad 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. Parameters
 
 Return Values
   Returns  Errors/Exceptions
   If an empty string is passed as the  This method may be called statically, but will issue an  Examples
 Example #1 Creating a Document 
<?phpSee Also
 
 |