=== 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

What are the 3 scope levels available in php and how would you define them?

514


What are the array functions in php?

540


What does $_ post mean in php?

605


What backslash character will match whitespace?

572


How to get the ip address of the client?

8708






How to execute an sql query?

515


Is php closing tag necessary?

562


What is the current stable version of php? What advance thing in php7?

529


What is pdo in php why use?

503


How to convert strings in hex format?

569


What are properties in php?

517


Is jquery better than javascript?

574


What is a php object?

511


What are the string function in php?

523


How can we submit a form without using submit buttons?

539