!== 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 we can use css
Tell us what is the difference between session_unregister() and session_unset()?
Write a program to display table of a number using php?
where to change in php.ini file for file uploading?
Why is php so popular?
How to make horizonatl menu and vertical menu responsive
Tell me what is needed to be able to use image function?
How to enable parsing?
How to convert strings in hex format?
How can we get the properties (size, type, width, height) of an image using PHP image functions?
What is the difference between ereg_replace() and eregi_replace()?
Why php 7 is faster?