Looking at the code below, what exactly is happening with the $name=>$value
part?  I looked in the PHP online documentation and I can't find that
operator.  What is it doing exactly and what is it called?

foreach ($some_array as $name=>$value)
{
 ... some code ...
}

Thanks alot!

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

Reply via email to