class Xml2Array extends AbstractConverter
XML to array converter
Freely (but mostly) inspired by the work of Adrien aka Gaarf & contributors (see http://gaarf.info/2009/08/13/xml-string-to-php-array/).
Methods
static mixed |
convert($xmlstr)
Process a content conversion |
|
static |
parse($node)
|
Details
at line 36
static public mixed
convert($xmlstr)
Process a content conversion
at line 46
static public
parse($node)