PHP Day 11-5 Loop / Break
2017-09-28


Source

Output
Breaking the loop before the condition is met.
I used to use this to avoid endless loop.