Basic PHP Programming Question:

Download Job Interview Questions and Answers PDF

What are the different functions in sorting an array?

PHP Interview Question
PHP Interview Question

Answer:

Sorting functions in PHP:
asort()
arsort()
ksort()
krsort()
uksort()
sort()
natsort()
rsort()

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
How can we destroy the session, how can we unset the variable of a session?How can we know the count/number of elements of an array?