pXw4Pa (poor XML wrapper for PHP arrays) consists
of 2 simple PHP functions that can read/write a
PHP array from/to an XML file. It can be used to
store data in XML files simply and quickly.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Both functions were totally rewritten.
Serialization is no longer used. The read
function now uses the PHP XML parser, which
displays useful information on badly formatted
XML. Compared to version 0.8, the functions are
now around half the size and twice as fast. The
supported data types are string, integer, double
(=floating point), boolean, and NULL. The "type"
attribute was added to the XML structure. Some
documentation changes and some other minor changes
were made.