GradeighBurneKaks
New Member
I am trying to pull out a value from inside a larger object. The main object from an xml file via SimpleXML.When I \[code\]var_dump($data->extensions->runTime);\[/code\] this section of the object I get:\[code\]object(SimpleXMLElement)#21 (1) { [0]=> string(8) "2852.462"}\[/code\]How can I access that 2852.462??I have tried everything I can think of, via array [0], even with a foreach statement. I can't figure out how to access only the value.