Sep 19, 2005 | 21:42:21
For those programmers coming to PHP from other languages, the distinction between the keywords break and continue is quite clear. The former is used to abort loop execution or a switch statement while the latter is used to skip to the top (or bottom) of a loop.
So, despite knowing better, I still found myself spending more time than I’d like debugging the following code:
[Read Rest of Article]


Popular Articles:
Top Tags:
Kevin wrote: