Problems with the PHP array foreach $key ranking

Source: Internet
Author: User
Tags ming
foreach($abc as $key => $val){这里是按照$key在做排序,但是中间有几个$val条件成立的人,要从排名中剃掉}

Above, ask $key if shave off to delisting case, still normal sort

As an example,

1, xiaoming 2, small white 3, small black 4, Little Red

This is normal sort, but I'm going to shave the name = Small white data, and this time it becomes

1, Xiao Ming 3, Xiao Hei 4, Xiao Hong

, but the effect I want is

1, Xiao Ming 2, Xiao Hei 3, Xiao Hong

Sorting is still normal after culling

This issue has been closed due to:

Reply content:

foreach($abc as $key => $val){这里是按照$key在做排序,但是中间有几个$val条件成立的人,要从排名中剃掉}

Above, ask $key if shave off to delisting case, still normal sort

As an example,

1, xiaoming 2, small white 3, small black 4, Little Red

This is normal sort, but I'm going to shave the name = Small white data, and this time it becomes

1, Xiao Ming 3, Xiao Hei 4, Xiao Hong

, but the effect I want is

1, Xiao Ming 2, Xiao Hei 3, Xiao Hong

Sorting is still normal after culling


  
   

Do not know if LZ need such an effect?

Write a program that rejects the person you want to remove. Let's write a program to sort it later. This means dividing the work you are doing into two steps.

array_splice

Do you know this function?

http://www.php.net/manual/en/function.array-splice.php

  • 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.