[FX.php List] A nagging question: Foreach

Leo R. Lundgren leo at finalresort.org
Mon Sep 22 17:03:09 MDT 2008


23 sep 2008 kl. 00.56 skrev Bob Patin:

> Jonathan,
>
> You can use this:
>
> foreach($findResult['data'] as $key => $value);
>
> Notice the semicolon...

Bob; What is this syntax for? I've never seen it being used before.  
The only thing I can think of it accomplishing is to set $key and  
$value to the values of the very last item in the array?

-|



More information about the FX.php_List mailing list