DomDocument->Load() & DomDocument->Save()
Date: 11/28/07
(PHP Community) Keywords: xml, security
I need in Load and Save of XML-documents on disk.
I use DomDocument for work with them.
And I’m interesting, what about shared access security?
Does DomDocument do flock() for reading/writing files?
Or will it better if I read and write XML-files by myself and do LoadXML()/SaveXML()?
Source: http://community.livejournal.com/php/599416.html