!== 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 |
What are the advantages of indexes in php?
What is prepare in php?
Explain about the data types in PHP?
What are the 5 types of data?
What is a base url?
Applications written to provide a GUI shell for Unix and Linux are called
Define urlencode() and urldecode() used in php?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
Explain php explode() function.
What's the difference between __sleep and __wakeup?
How can I get the only name of the current executing file?
What is the difference between query and question?