1. 21
    Use a match statement for advanced PHP data checks
    3m 7s

Use a match statement for advanced PHP data checks

InstructorMark Shust

Share this video with your friends

Send Tweet

A switch statement includes a few awkward caveats that don't exist in PHP 8's new match statement. In this lesson, we will learn how to use a match statement to execute when a condition matches a specific value.