|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-06 11:46 UTC] rrichards@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Mar 11 13:00:01 2026 UTC |
Description: ------------ if call this function whit same name of file that open for make v\change its not save the change Expected result: ---------------- $dom = domxml_open_file("xmldata.xml") $root = $dom->document_element(); ....do chane to xml file $dom->dump_file("xmldata.xml",false,2) ;