xml-to-array
xml-to-array copied to clipboard
Easily convert valid xml to a php array.
When using `parseXml( );` and the XML file has for example two node child's with similar names one of them gets replaced instead of getting grouped together ```xml 1616 1...
[https://sendeyo.com/en/5bf52e9c87] Please look at this file and when I do this I got null array in return ``` $user = $xml->parse([ 'nmaprun' => ['uses' => 'nmaprun::scanner'], 'element' => ['uses' =>...
If empty xml is given as parameter, empty array can be returned. XmlToArray.php:32