Explain why would we use === instead of ==?
No Answer is Posted For this Question
Be the First to Post Answer
What is php and why it is used?
What is "echo" in php?
What are the uses of implode() function?
Tell me what are the different types of errors in php?
What are magic methods?
Tell me how a constant is defined in a php script?
How break and continue while loop in php?
How can we know the count/number of elements of an array?
What is asort php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is the difference between $name and $$name?
Why use static methods php?