!== represents what?

Answers were Sorted based on User's Feedback



!== represents what?..

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

!== represents what?..

Answer / bhaven

this will represents the comparison operator for checking
value of some variable

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More PHP Interview Questions

How to call php function from javascript using ajax?

0 Answers  


Which programming language does php resemble to?

0 Answers  


What does mysqli_query return?

0 Answers  


What is the difference between "echo" and "print" in php?

0 Answers  


How can you retrieve a cookie value?

0 Answers  






What is rtrim php?

0 Answers  


what is the current salary package in India for a PHP programmer who has 1.5 years experience

0 Answers   ABB,


How is the comparison of objects done in php?

0 Answers  


What do you mean range() in php?

0 Answers  


What happens when submit button is clicked?

0 Answers  


Difference between get and post method.

0 Answers  


Does session expire on closing browser?

0 Answers  


Categories