Home »

What are the different functions in sorting an array?

Question ListCategory: PHPWhat are the different functions in sorting an array?
denielshakespeare5 author asked 8 years ago
1 Answers
jully882 author answered 8 years ago

Sort(), arsort(),asort(), ksort(),
natsort(), natcasesort(),
rsort(), usort(),
array_multisort(), and
uksort().

Please login or Register to Submit Answer