=== 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 different between software and app
Is php 5.6 secure?
What is php mainly used for?
Is there a way to encrypt text from php?
What is php7?
How to calculate the difference between two dates using php?
For image work which library is used in php?
What difference between require() and require_once()?
how to track user logged out or not? when a user is idle?
What is the meaning of php?
What is a controller in php?
What is restful api?