SyntaxFix
Write A Post
Hire A Developer
Questions
Just (array) is missing in your code before the simplexml object:
(array)
... $xml = simplexml_load_string($string, 'SimpleXMLElement', LIBXML_NOCDATA); $array = json_decode(json_encode((array)$xml), TRUE); ^^^^^^^ ...