News Feed
Jobs Feed
Sections




News Archive
Make Me Pulse Blog:
Serialize and Unserialize SimpleXML in php
September 28, 2007 @ 09:30:00

From the "Make Me Pulse" blog (of Nicolas Rajabaly & Antoine Ughetto) there's a quick example of how to use serialized values with SimpleXML:

Serialize is useful for storing or passing PHP values around without losing type and structure. But if you want to serialize a SimpleXml object, you will have some problem on unserialize with the error. [...] Replacing SimpleXMLObject with stdClass is a good idea but in this solution we loose all of attributes, and how can we make simplexml->xpath after?

The solution? Serializing the XML content and then outputting it from the SimpleXML object as an XML string (to be stored). This process is reversed when the data is needed back out.

0 comments voice your opinion now!
serialize unserialize simplexml object xml store serialize unserialize simplexml object xml store


blog comments powered by Disqus

Similar Posts

Maarten Balliauw's Blog: PHPLinq 0.4.0 released on CodePlex!

Community News: Memcached Extension Updated - Adds JSON Serialization Support

Ibuildings techPortal: Transforming XML with PHP and XSL

Doctrine Blog: Doctrine 1.0.8 and 1.1.0-RC2 Released

php|architect: December 2006 Issue Released


Community Events









Don't see your event here?
Let us know!


interview language development functional event testing opinion podcast introduction example code conference zendframework2 api framework composer release phpunit community object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework