Home » PHP » PHP Sorting Arrays » Question
  1. Which of the following function should be used, to sort the array in case?
    1. natcasesort()
    2. naturalsort()
    3. casesort()
    4. dsort()
    5. None of these
Correct Option: A

natcasesort()



Your comments will be displayed only after manual approval.