I was trying to use isset but it said that I have to use !== null instead. Should I use != null or !== null. What is the difference?
Asked
Active
Viewed 17 times
0
-
That is the wrong duplicate. For the record, you should use the identical operator (`===` or `!==`) whenever possible. – Yes Barry Jun 04 '19 at 00:15
-
https://stackoverflow.com/questions/1139154/is-there-a-difference-between-and-in-php @EduGrando – Pie Jun 04 '19 at 09:33