Jump to content

Array sorting


shivani.shm

Recommended Posts

hi

I have a array as follows

[20081219] => Array

        (

            [1345002] => Array

                (

                    [144] => 20081219

                )

            [1000001] => Array

                (

                    [140] => 20081219

                )

        )

 

and i wnt the output after sorting as

 

[20081219] => Array

        (

            [1000001] => Array

                (

                    [140] => 20081219

                )

            [1345002] => Array

                (

                    [144] => 20081219

                )

        )

 

how can i do tht

plz help

thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/121227-array-sorting/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.