DOMDocument->saveHTML
(no version information, might be only in CVS)
DOMDocument->saveHTML -- Dumps the internal document into a string using HTML formattingDescription
string 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().
| Zurück | Zum Anfang | Weiter |
| DOMDocument->save | Nach oben | DOMDocument->saveHTMLFile |