filmov
tv
Strict Comparison Operators in PHP

Показать описание
Previously we've looked at comparison operators in PHP. However, PHP also offers two Strict Comparison Operators that check not only equality of "values" but of data type (so does "4" == 4 ... well sort of...)
This is very helpful in dynamically typed languages such as PHP, and in this video we'll show how to use them.
This is very helpful in dynamically typed languages such as PHP, and in this video we'll show how to use them.