no è necessario in quanto array_multisort() come parametri richiede array di colonne e non array di righe come l'intera variabile $testo...
Solo dopo si può eseguire il sorting.We have an array of rows, but array_multisort() requires an array of columns, so we use the below code to obtain the columns, then perform the sorting.