PHP what is === sign?

VRX

New member
if (strpos($user_email,'@') === false)

I was reading some code and saw this "===". What is that triple equal sign mean?
that is silly ;o
 
Back
Top