Restituisce l”array dato con valori dell”array in ordine inverso.
array_reverse(array(2,4,0,10)) → array: 10,0,4,2
–