Double and Triple equal operators in PHP
![Blog Feature Image](https://cdn.webtrafficexchange.com/assets/images/blog/featured/double-and-triple-equal-operators-in-php.png)
Even if you're a seasoned programmer, you may not have seen triple equals operator in most programming languages. In PHP, the triple equals (===) operator was introduced in version 4 and it checks for equality similar to the double...]