PHP array key-value sorting function

Source: Internet
Author: User
As you know, the most common function of array sorting is sort ($ arr). it is used to sort by the key values of the array in ascending order, in addition, the sorted array key name is no longer the original key name, and is duplicated by the new array.

As you know, the most common function of array sorting is sort ($ arr). it is used to sort by the key values of the array in ascending order, in addition, the sorted array key name is no longer the original key name, but the key name is reset by the new array. sometimes we need more complex sorting, such as sorting by key names, ksort ($ arr) is used here. the Function sorts the values based on the key names of the array and maintains the original key-value relationship. the corresponding asort ($ arr) function, is to sort key values and maintain the original key-value relationship, the same principle, rsort (); arsort (); krsort (); function in addition to sorting by descending order, similar to sort (), rsort (), and ksort ();, array operations are an important foundation for PHP. we hope to make good use of them as an example of a one-dimensional array.

The instance code is as follows:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.