!== represents what?
Answers were Sorted based on User's Feedback
Answer / priya ranganathan
$a!==$b;
statement will return true if
1) $a not equal to $b or
2) $a not the same type as $b.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / bhaven
this will represents the comparison operator for checking
value of some variable
Is This Answer Correct ? | 1 Yes | 2 No |
How do you check is php not empty?
What is rtrim php?
what is constructor
What are the rules for naming a php variable?
Tell us what does $_cookie means?
Why does php start with variables?
How do you get the Browser information?
How do you parse and process html/xml in php?
What is difference between ksort() and usort() functions.
How to create reusable code in php?
Can I use php in visual studio?
How to get the ip address of the client?