Pattern Matching in PHP
Learn about pattern matching functionality in a functional-php library.
We'll cover the following...
Not to be confused with regular expression matching, pattern matching is a means of matching patterns against values. It’s rather straightforward. Pattern matching is immanent in the designs of languages like Haskell and Elm and is not organically supported in PHP. Among the mitigations of the innately absent pattern matching ...
Access this course and 1400+ top-rated courses and projects.