Home »
MCQs »
PHP MCQs
What is name of PHP '===' operator?
81. What is name of PHP "===" operator?
- Equal
- Safe Equal
- Identity
- Identical
Answer: D) Identical
Explanation:
The PHP "===" operator is known as the "Identical" operator and it is used to compare two operands and returns true if they are of the same type.