June 2024
Beginner
938 pages
15h 59m
English
The case decision structure is a simplified version of the multiple-alternative decision structure. It helps you write code faster and increases readability, especially for algorithms that require complex combinations of decision structures. The case decision structure is used to expand the number of alternatives in the same way as the multiple-alternative decision structure does.
The general form of the PHP statement is
A statement or block of statements 1
break;
A statement or block of statements 2
break;
A statement or block of statements 3
break;
A statement ...
Read now
Unlock full access