PHP array sorting function _ PHP Tutorial

Source: Internet
Author: User
PHP array sorting function. Sort: This function assigns a new key name to the cell in array. This will delete the original key name, not just the reorder. Rsort: This function sorts the array in reverse order (up to the lowest ). Sort: This function assigns a new key name to the cell in array. This will delete the original key name, not just the reorder.

Rsort: This function sorts the array in reverse order (up to the lowest ). Deleting the original key name is not just a re-sorting.

Asort: sorts arrays and maintains the index relationship.

Arsort: sorts arrays in reverse order and maintains the index relationship.

Ksort: sorts the array by key name and retains the association between key names and data.

Krsort: sorts the array in reverse order by key name, and retains the association between key names and data.

Natsort: sorts alphanumeric strings and keeps the original key/value Association.

Natcasesort: same as natsort, but not case sensitive.

Assign the new key name to the unit in the comment array. This will delete the original key name, not just the reorder. Rsort: This function sorts the array in reverse order (up to the lowest )....

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.