#!/usr/bin/php There are 2 Data items in the array a[1] = 1 a[100] = -100 After the sort a[100] = -100 a[1] = 1 Array ( [100] => -100 [1] => 1 )