What are different sorting function of array in php.
3046
13-Jun-2011
Anonymous User
13-Jun-2011Possible sorting function in array.
asort() arsort() ksort() krsort() uksort() sort() natsort() rsort()