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 php7?
How can we execute a php script using command line?
How to find current date and time?
What is in php 7?
How to find a specific value in an array?
What is the value for this auto incremented field user_pri_id?
What are regular expressions in programming?
Which function would you use to determine the length of a string in php?
what the new feature add in php 7.2?
What are the encryption techniques in php?
How to check your php installation?
How to open a file for writing?
How to enable parsing?
What is mysql_fetch_row?
How do I run php?