Php uses the ksort () function to sort Associated arrays by keys. ksort array _ PHP Tutorial

Source: Internet
Author: User
Php uses the ksort () function to sort the joined array by key. Php uses the ksort () function to sort joined arrays by keys. This document describes how php uses the ksort () function to sort joined arrays by keys. I would like to share with you the ksort () function of php to sort the joined array by key.

This example describes how php uses the ksort () function to sort joined arrays by keys. Share it with you for your reference. The specific analysis is as follows:

Php uses the ksort () function to sort the joined array by key. The ksort function sorts the joined array by key in the forward order. if you want to sort the values in reverse order, you can use the krsort () function.

$ First = array ("x" => 5, "a" => 2, "f" => 1); ksort ($ first ); foreach ($ first as $ key => $ val) {print "$ key = $ val
";}

I hope this article will help you with php programming.

The sort () function sorts the joined array by key. This document describes how php uses the ksort () function to sort the joined array by key. Share it with you...

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.