PHP Object as XML Document

Posted by Sam McAfee on Stack Overflow See other posts from Stack Overflow or by Sam McAfee
Published on 2008-09-26T00:05:11Z Indexed on 2010/04/08 18:33 UTC
Read the original article Hit count: 543

Filed under:
|
|

What is the best way to take a given PHP object and serialize it as XML? I am looking at simple_xml and I have used it to parse XML into objects, but it isn't clear to me how it works the other way around.

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml