it is refering to the associative array, specifically the $key => $value .
Note here (http://www.php.net/manual/en/language.types.array.php).

Respectfully,
Ligaya Turmelle

"Gabe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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