![]() | DOMDocument->saveHTML(no version information, might be only in CVS) DOMDocument->saveHTML -- Dumps the internal document into a string using HTML formattingDescriptionstring DOMDocument->saveHTML ( void )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->saveHTMLFile(). | ![]() |