InterviewSolution
Saved Bookmarks
| 1. |
Which function should we use to sort the array in natural order?(a) dsort()(b) casesort()(c) natcasesort()(d) naturalsort()This question was posed to me in exam.Question is taken from Arrays topic in portion Arrays and Functions of PHP |
|
Answer» The correct option is (C) natcasesort() |
|