=== represents what?

Answer Posted / bhavphp

=== means strictly comparison of operands. Comparison is
case sensitive and datatype related.
eg.
"hello"==="Hello" returns false
"hello"=="Hello" returns true

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you compare objects in php?

500


Tell me what is the difference between ereg_replace() and eregi_replace()?

541


Tell me how can we define a variable accessible in functions of a php script?

522


Tell me how is it possible to return a value from a function?

546


What is array and function?

531






What’s the difference between htmlentities() and htmlspecialchars()?

575


What does addslashes do in php?

531


Differentiate echo vs. Print statement.

535


Which is better session or cookie?

520


What is meant by pdo in php?

546


How php statement is different from php script?

532


What will the ?getdate() function returns in PHP?

642


What is php date function?

566


Explain how can we execute a php script using command line?

502


What is the use of isset() in php?

528