Re: getting the "next" element of an associative array

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

 



let's say we have the following associative array:
$array = array(
 "red" => "ferrari",
 "yellow" => "volkswagen",
 "green" => "mercedes",
 "blue" => "volvo"
);
now: how do i get the key of the next array element (in this case "green")?
$next = ?

Why not define your array with number index as well in the first place?

--
  .~.   Might. Courage. Vision. Sincerity. http://www.linux-sxs.org
 / v \  Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Fedora Core 4)  Linux 2.6.17-1.2142_FC4
  ^ ^   14:26:01 up 160 days 22:10 2 users load average: 0.00 0.02 0.00

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


[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