=== represents what?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / priya ranganathan
$a === $b
returns true if $a has same value as $b and $a and $b are of
the same type
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between Joomla and Drupal?
8 Answers IBM, Procon IT Solutions, T3 Softwares,
What is strlen php?
What is trait in php?
What are traits? How is it used in php?
Explain do you use composer? If yes, what benefits have you found in it?
How can we convert the time zones using PHP?
What is php beginner?
How to check curl is enabled or not in PHP
What is the difference between get and post in php?
What are php parameters?
how to get the value in script values
What is is_null() in php?