Library
Class

Library\Converter\Xml2Array

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

Parameters

$xmlstr

Return Value

mixed

at line 46
static public parse($node)

Parameters

$node