How to Convert arrays or SimpleXML-Objects into an XML-String
- by streetparade
I want to create a xml from a given string, i have a function but i didn't wrote it.It seems
a bit cryptical too.
Can please some one review it and give me some Ideas, how it could be written clearer for everybody?
/**
* Converts arrays or SimpleXML-Objects into an XML-String
* @params mixed Accepts an array or xml string with…