I\'ve noticed someone using the PHP operator === which I can\'t make sense out of. I\'ve tried it with a function, and it corresponds in crazy ways.
===
Wha
For PHP, there many different meanings a zero can take
So === is added to ensure the type and the value are the same.