public marks

PUBLIC MARKS from Krome with tags php & pear

10 January 2006 22:30

The Melonfire Community - Trog

(via)
Serializing XML With PHP

Instant XML with PHP and PEAR::XML_Serializer [PHP & MySQL Tutorials]

by 2 others (via)
PEAR::XML_Serializer works on the principle that XML can be represented as native PHP types (variables). In other words, you can build some array in PHP, pass it to XML_Serializer, and it will give you back an XML document that represents the array.