PHP. Руководство по PHP. 2005
DomDocument->dump_file
HREF="function.domdocument-document-element.html"> HREF="function.domdocument-dump-mem.html"> Пред.
DomDocument->dump_file
(no version information, might be only in CVS)DomDocument->dump_file -- Dumps the internal XML tree back into a file
Описание
string DomDocument->dump_file (string filename [, bool compressionmode [, bool format]])Creates an XML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below. The format specifies whether the output should be neatly formatted, or not. The first parameter specifies the name of the filename and the second parameter, whether it should be compressed or not.
See also domdocument_dump_mem(), and domdocument_html_dump_mem().
DomDocument->document_element
DomDocument->dump_mem