xml-to-array icon indicating copy to clipboard operation
xml-to-array copied to clipboard

Getting Null when multidimensional xml variables are present

Open katesaikishore opened this issue 5 years ago • 0 comments
trafficstars

[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' => 'extraports.state'],
    	// 'followers' => ['uses' => 'user::followers'],
]);

katesaikishore avatar Apr 06 '20 18:04 katesaikishore