Answer Posted / bhavphp
=== means strictly comparison of operands. Comparison is
case sensitive and datatype related.
eg.
"hello"==="Hello" returns false
"hello"=="Hello" returns true
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a helper function?
Can I learn php in a month?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What distinguishes php from something like client side java script?
Which is correct about mysqli and pdo?
What is the use of explode() function?
What is the sign to start variables in PHP?
What is the use of array_search() in php?
Describe the security vulnerability of PHP?
How to call javascript function in php without any event?
What is the static variable in function useful for?
What is the use of the function htmlentities?
Why do we use query?
What does addslashes do in php?
What is difference between echo and print_r in php?