Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 个这样的数组:
$a = array(152,32,113,47,53); $b = array("a","w","lk","qw","ol");
我将使用 asort() 对 $a 进行排序,并且我想同样对第二个数组 $b 进行自动排序 $a。
我该怎么办?
您可以使用array_multisort。
http://us2.php.net/manual/en/function.array-multisort.php