simplexml - SimpleXMLElement cannot get the output -


sorry silly question, below can advise how can output above? tried echo $xml->0, usual, syntax error...

output:

simplexmlelement object (     [0] => 03 04 32n 101 46 43e ) 

simplexml returns arrays of simplexmlelements, use $xml[0].


Comments