string serialize(
object
$input)
|
|
Serializes a domdocument into an xml string
Uses dom or domxml to dump a string from a DomDocument instance remember dom is always the default and this will die horribly without a domdocument instance
Parameters:
object instanceofDomDocument unserialize(
string
$input)
|
|
Unserializes the xml string sent from the document
Uses dom or domxml to pump a string into a DomDocument instance remember dom is always the default and this will die horribly without one or the other, and will throw warnings if you have bad xml
Parameters: