Assignment operator = vs Equal operator == vs Identical operator === PHP Tutorial
Assignment operator = vs Equal operator == vs Identical operator === PHP Tutorial
Learn what is the difference between =, == and == (= vs == vs ===) in PHP. This is the simplest and clearest description of this issue i have read. It instantly explains the difference and how and when to use the different operators.