Tag Archives: triple equal sign

Understanding the difference between single equal sign (=), double equal sign (==), and triple equal sign (===) operators in PHP

Posted on 24. Jul, 2010 by Matt Borja.

1

I was looking around just a few minutes to refresh my memory on what the difference was between the double equal sign comparison operator and triple equal sign comparison operator only to end up leaving a couple comments with further clarifications on the topic itself. Here is one of them that I believe sums it [...]

Continue Reading