var_export($array) of an array gives me this:
array 
    ( 
     0 => array ( 'id_20200514222532' => '4', ), 
     1 => array ( 'id_20200521123813' => '5', ), 
     2 => array ( 'id_20200521125410' => '8', ), 
     3 => array ( 'id_20200523003107' => '3', ), 
     4 => array ( 'id_20200523214047' => '2', ), 
    )
It should be sorted in descending order based on the numbers, so first 8, second 5 and so on...
 
    