!== 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 do you check is php not empty?

0 Answers  


What is rtrim php?

0 Answers  


what is constructor

0 Answers  


What are the rules for naming a php variable?

0 Answers  


Tell us what does $_cookie means?

0 Answers  






Why does php start with variables?

0 Answers  


How do you get the Browser information?

3 Answers   Life Infotech,


How do you parse and process html/xml in php?

0 Answers  


What is difference between ksort() and usort() functions.

0 Answers  


How to create reusable code in php?

0 Answers  


Can I use php in visual studio?

0 Answers  


How to get the ip address of the client?

0 Answers  


Categories