What is the difference between = , == and ===?
These all are PHP Operators.
- = is used to assign value in variables. It is also called assignments operators.
- == is used to check if the benefits of the two operands are equal or not.
- === is used checks the values as well as its data type.
BY Best Interview Question ON 06 Jul 2020