How does the identity operator ===compare two values in PHP?



How does the identity operator ===compare two values in PHP?..

Answer / Kranti Kumar

The triple equal sign (===) is a strict comparison operator in PHP. It checks for both the value and the type of the variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Does strlen include null?

1 Answers  


A process can run only in the background. State Whether True or False?

1 Answers  


What is exception handling in php?

1 Answers  


Difference between get and post method.

1 Answers  


does current version of mysql (myisam) supports foreign keys ?

2 Answers  


How can I display text with a php script?

1 Answers  


How to create an array of a group of items inside an html form?

1 Answers  


How can you increase the maximum execution time of a script in php?

1 Answers  


How does session work in php?

1 Answers  


What is form validation in php?

1 Answers  


How arrays are passed through arguments?

1 Answers  


What is composer json?

1 Answers  


Categories