!== 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 to generate pdf file in php?
What is mysqli_fetch_array?
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?
Explain what does $_server means?
what is nl2br?
What is the default session out time?
What is inheritance in php?
How do you define a constant in php?
How to check an key is exists in array?
Which php global variable is used for uploading a file?
What is the meaning of php?
How to join multiple strings stored in an array into a single string?