|
Posted by Mirco Blitz on 03/03/05 00:56
Sorry for multipost. My ISP delayed sends for about an houre. I didn't
recognize it.
-----Ursprüngliche Nachricht-----
Von: Popbox [mailto:webmaster@lindworm.de]
Gesendet: Mittwoch, 2. März 2005 23:14
An: php-general@lists.php.net
Betreff: [PHP] How to sort a Multidimensional array?
Hi,
i have a multidimensional array that look like this:
$arr=array($key=>array('item0key'=>'item0', 'item1key'=>'item1',
'item2key'=>'item2', 'item3key'=>'item3', 'item4key'=>'item4'));
Lineview:
0 item0key = item0
item1key = item1
item2key = item2
item3key = item3
item4key = item4
1 item0key = item0
item1key = item1
item2key = item2
item3key = item3
item4key = item4
2 item0key = item0
item1key = item1
item2key = item2
item3key = item3
item4key = item4
4 item0key = item0
item1key = item1
item2key = item2
item3key = item3
item4key = item4
How can I sort such an array, depending on the Userentry by the Item values?
Thank you very much
Mirco Blitz
Navigation:
[Reply to this message]
|