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
The entries in the second array corresponding to the identical entries in the first array.