!== 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 execute a php script from the command line?

0 Answers  


What type of headers that PHP supports?

0 Answers  


Is python similar to php?

0 Answers  


Which character is used to match exactly one character?

0 Answers  


What language is php written in?

0 Answers  






What is a persistent cookie in php?

0 Answers  


What is the best way to change the key without changing the value of a php array element?

0 Answers  


Which is better php praogramming or cad/cam scope wise and also salaray wise?

0 Answers  


explain php variable length argument function.

0 Answers  


How do you remove whitespace from the beginning and end of a $string variable?

0 Answers  


How to terminate the execution of a script in PHP?

0 Answers  


Who is the father of php?

0 Answers  


Categories