Remember, array_values() will ignore your beautiful numeric indexes, it will renumber them according tho the 'foreach' ordering: ?php $a= array(3= 11,1= 22,2= 33, );$a[0]...www.php.net
(PHP 5, PHP 7, PHP 8) simplexml_load_string—Interprets a string of XML into an object Description simplexml_load_string( string$data, string$class_name= SimpleXMLElement::class, $...www.php.net