Switch to Match
PHP 8 introduces the match expression, a different take on the switch statement.
Let's compare.
| SWITCH | MATCH |
|---|---|
|
|
PHP 8 introduces the match expression, a different take on the switch statement.
Let's compare.
| SWITCH | MATCH |
|---|---|
|
|