PHP endswitch Keyword

PHP Keywords : Close a switch conditional block

Definition and Usage

The endswitch keyword is used to mark the end of a switch conditional which was started with the switch(...): syntax.

Related Pages

The switch keyword.

Read more about the switch statement in our PHP switch Statement Tutorial.

❮ PHP Keywords