Hey all

I am tryng to do convert files details as base64 format and then wrireRaw into the xml file in php 5.1.2 and then covert it back to the original file format, but writeRaw is not supported in this php version. Is any other way to do. I tryed with xml "text" but it is nt working.

Code:
function writeb64XML($images, $savePath = 'test.xml', $indentSource = false, $xmlVersion = '1.0') {
		$this->xml
...