!== 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 |
How does php work?
How to get tabels from database in php andd display it in the table form using codelgniter? plz help me
Is php good for career?
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
Is php object oriented?
How can I execute a PHP script using command line?
what is the url rewriting?how to rewrite the url? give any example
What is a string in r?
write function of the sentence traversal passing the parameter, e.g input:this is input sentence. output:sentence input is this.
What is php regular expression?
What is list in PHP?
How is the ternary conditional operator used in php?