What are the different functions in sorting an array?

Correct Answer: sort() , rsort(), asort() ksort() , usort() arsort() , uksort() natsort() , natcasesort() array_multisort()

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion