Thursday, 30 August 2018
Subscribe to:
Post Comments (Atom)
$hash_table = array( 'sorted_string' => 'original string' );
$a = array('green', 'yellow', 'red');//actual
$b = array('green', 'yellow', 'red');
sort($b); //sorted
$c = array_combine($b, $a);
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment