Answer & Solution
===
operator in PHP is the identity operator, which checks if two values are equal and of the same data type. It compares both the value and the data type of the operands. Therefore, ===
is used to compare whether two values are equal and of the same data type.