How do I get my values out of their SimpleXMLObjects?

MothaFuka

New Member
After an xPath, I'm left with this var_dump:\[code\]array(1) { [0]=> object(SimpleXMLElement)#2 (1) { [0]=> string(11) "22-99586795" }}\[/code\]echoing the damn thing only gives me "Array()"How do I get the bloody string out?Thanks
 
Back
Top