Ahirlabs Demo Programs

Sorting Array Techniques in Php

Source Code

List of Array

Number 1 = array(1,3,2,0,6,10,7,8,9,4,5);

Number 2 = array(10 => 53 , 1 => 96 , 5 => 73 , 12 => 26 , 3 => 38 ,15 => 72 , 9 => 66, 8 => 12 , 7 => 36 , 6 => 1 , 5 => 20 , 4 => 32 , 3 => 10 , 2 => 90 , 12 => 42 , 0 => 18);

Colors 1 = array("Yellow", "Brown", "White", "Orange", "Grey", "Black", "Blue", "Pink", "Red", "Green", "Purple");

Colors 2 = array(8=>"White", 7=>"Orange", "Yellow"=>10, "Red"=>2, "Green"=>1, "Brown"=>9, "Grey"=>6, "Black"=>5, "Blue"=>4, "Pink"=>3, "Purple"=>0);

Sorted Order

Select Array

Allow to Display Key in Output : Yes No