|  | DOMDocument->save(no version information, might be only in CVS)DOMDocument->save -- Dumps the internal XML tree back into a file Descriptionint DOMDocument->save ( string filename)Creates an XML document from the dom representation. The number of bytes written is returned. This function is usually called after building a new dom document from scratch as in the example below. 
 See also DOMDocument->load(), DOMDocument->loadXML() and DOMDocument->saveXML(). |  |