Author Topic: Difference between Each and foreach in PHP  (Read 6646 times)

Savera

  • Full Member
  • ***
  • Posts: 159
Difference between Each and foreach in PHP
« 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 ?

Sponsor

  • ****
  • Posts: 100
Difference between Each and foreach in PHP
« sponsored at March 16, 2012, 05:15:21 AM »
 

anything