PHP Simple QA
It contains Simple Questions and Answers in PHP
difference between $a == $b and $a === $b
difference between $a = = $b and $a = = = $b
Checks whether $a = = $b equals, but the $a = = = $b is not only
checks equal, but also check its type.
Newer Post
Older Post
Home