Webmaster's Community

Designing and Development => Programming => Topic started by: Savera on March 16, 2012, 05:15:21 AM

Title: Difference between Each and foreach in PHP
Post by: Savera on March 16, 2012, 05:15:21 AM
Hi

I am well aware of foreach command in php, its short and better way to make use of loops in php instead of using for( , however I see each also in php which says shows current key and value then move array pointer to next then what is difference between foreach and each ?