For Programmers: Free Programming Magazines  


Home > Archive > PHP Programming > June 2006 > Re: Sorting a Two Dimensional Array (2)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Sorting a Two Dimensional Array (2)
ImOk

2006-06-27, 9:57 pm


$xx=array(array(1,2),array(3,4));
echo $xx[0][0]; // prints 1
echo $xx[1][1]; // prints 4


Krustov wrote:
> <comp.lang.php>
> <Krustov>
> <Tue, 27 Jun 2006 12:40:46 +0100>
> <MPG.1f0b298ba4e24483989abe@news.newsreader.com>
>
>
> No answers provided for this question - so assume there isnt .
>
>
> --
> www.emailuser.co.uk/?name=KRUSTOV


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com