What is the purpose of the break
statement inside a switch
?
To restart the switch cases
To stop the execution of all cases
To stop executing further cases after a match
To skip the current case
This question is part of this quiz :
PHP Operators and Decision Making Quiz