Break from an enclosing foreach or while loop.
break()
Breaks from an enclosing foreach() or while() loop.
foreach()
while()
See also the continue() command.
continue()