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.johns...@usherbrooke.ca <mailto:jt.johns...@usherbrooke.ca>> 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

Reply via email to