Re: array.sorting.php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The problem is I'm sorting the key. The alphabetical thing is in the key.

David OBrien wrote:


On Tue, Sep 4, 2012 at 1:15 PM, John Taylor-Johnston <jt.johnston@xxxxxxxxxxxxxx <mailto:jt.johnston@xxxxxxxxxxxxxx>> wrote:

    Hi,
    Sorting question. http://www.php.net/manual/en/array.sorting.php
    I'm using ksort, which sorts like this.
    I don't want to use strolower.
    Is there a function/switch in one of the sort functions where I
    could get another aphabetical sort?

    http://www.php.net/manual/en/array.sorting.php has a lot of
    options. I,m not sure which one I should choose.

    This is what I get:

    LABRADOR CITY
    LACOSTA
    LARGE
    Labrador
    Labrador City
    Labrador Sea
    Lacosta
    Large
    labrador
    labrador sea
    lacosta
    large


    This is what I want:

    LABRADOR
    Labrador
    labrador
    LABRADOR CITY
    Labrador City
    Labrador Sea
    labrador sea
    LACOSTA
    Lacosta
    lacosta
    LARGE
    Large
    large

-- PHP General Mailing List (http://www.php.net/)
    To unsubscribe, visit: http://www.php.net/unsub.php


natsort
natcasesort


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux