/XML-string-to-PHP-array

One common need when working in PHP is a way to convert an XML document into a serializable array. If you ever tried to serialize() and then unserialize() a SimpleXML or DOMDocument object, you know what I’m talking about.

Primary LanguagePHPThe UnlicenseUnlicense

Issues