|  | DOMDocument->saveHTMLFile(no version information, might be only in CVS)DOMDocument->saveHTMLFile -- Dumps the internal document back into a file using HTML formatting Descriptionstring DOMDocument->saveHTMLFile ( string filename)Creates an HTML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below. 
 See also DOMDocument->loadHTML(), DOMDocument->loadHTMLFile() and DOMDocument->saveHTML(). |  |