Home / CSE MCQs / PHP MCQs :: Discussion

Discussion :: PHP MCQs

  1. Say in the above question you need to get the array sorted in the manner we humans would have done it i.e picture1 then picture2 etc.. Which of the following function should be used?
  2. A.
    dsort()
    B.
    casesort()
    C.
    natcasesort()
    D.
    naturalsort()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    natcasesort()


Be The First To Comment