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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -