how php array_multisort work?

前端 未结 3 1608
死守一世寂寞
死守一世寂寞 2020-12-10 18:30

i have some problem to understand array_multisort

See how it sorts when two values are the same:

 $a1=array(\"Dog\",\"Dog\",\"Cat\");
 $a2=array(\"P         


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 19:11

    The entries in the second array corresponding to the identical entries in the first array.

提交回复
热议问题