Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found
How do I convert to an array?
UPDATE
I work with Spreadsheet google api and when I crated field for summ I nedd get this summ, after I get by coordinates I have xml with this summ but can not get this field, who knows how to convert this SimpleXMLElement
I have SimpleXMLElement and I neeed get content filed (content = 10) I tried
but have xml - false and array - false
I tried
$summContent->content
exception:
How do I convert to an array?
UPDATE
I work with Spreadsheet google api and when I crated field for summ I nedd get this summ, after I get by coordinates I have xml with this summ but can not get this field, who knows how to convert this SimpleXMLElement
dump my SimpleXMLElement:
UPDATE
I get fiel content = 10 like this:
But I want know why to :