!== 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 |
What is the use of die in php?
Why print_r is used in php?
Which is better php or wordpress?
Which php mvc framework is best?
Why do we use polymorphism in php?
What is "echo" in php?
Which function is used in php to check the data type of any variable?
Why php is better?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
Which is variable cost?
How many ways can we get the value of current session id?
3 Answers Infosys, L&T, SysBiz, Torque Infotech,
How do you remove whitespace from the beginning and end of a $string variable?