InterviewSolution
Saved Bookmarks
| 1. |
Which of the functions is used to sort an array in descending order?(a) sort()(b) asort()(c) rsort()(d) dsort()The question was asked in an online quiz.I want to ask this question from Arrays in section Arrays and Functions of PHP |
|
Answer» The CORRECT answer is (C) rsort() |
|