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 |
Does strlen include null?
A process can run only in the background. State Whether True or False?
What is exception handling in php?
Difference between get and post method.
does current version of mysql (myisam) supports foreign keys ?
How can I display text with a php script?
How to create an array of a group of items inside an html form?
How can you increase the maximum execution time of a script in php?
How does session work in php?
What is form validation in php?
How arrays are passed through arguments?
What is composer json?