Answer Posted / 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 |
Post New Answer View All Answers
Tell me what is the use of the function htmlentities?
How arrays are used in php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What does the array operator '===' means?
How to take a substring from a given string in php?
Explain some most commonly use string functions in php?
What is the method to register a variable into a session?
What is difference between required and include in php?
Is server side a session?
What are the methods useful for method overloading?
What is putenv?
Which variable declarations within a class is invalid in php?
How is a constant defined in a PHP script?
Does PHP 5 support exceptions? State Whether True or False?
Tell me what is the use of "ksort" in php?