Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
What are the different functions in sorting an array?
Answer:
Sorting functions in PHP:
asort()
arsort()
ksort()
krsort()
uksort()
sort()
natsort()
rsort()
asort()
arsort()
ksort()
krsort()
uksort()
sort()
natsort()
rsort()
Download PHP Interview Questions And Answers
PDF
Previous Question | Next 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? |