Top Level :: XML

Package Information: XML_Wddx

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Wddx pretty serializer and deserializer PHP License
» Current Release » Bug Summary
1.0.2 (stable) was released on 2010-10-05 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install XML_Wddx

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/XML_Wddx

No open bugs
Report a new bug to XML_Wddx
» Description
XML_Wddx does 2 things:
a) a drop in replacement for the XML_Wddx extension (if it's not built in)
b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather than char tags
This package contains 2 static method:
XML_Wddx:serialize($value)
XML_Wddx:deserialize($value)
should be 90% compatible with wddx_deserialize(), and the deserializer will use wddx_deserialize if it is built in..
No support for recordsets is available at present in the PHP version of the deserializer.
» Maintainers » More Information

Dependencies for XML_Wddx