Home >Backend Development >PHP Tutorial >Why does php strpos not found and need to use ===false to make a judgment?
If the corresponding substring is not found in this string, it will return false
If this substring is located at the beginning of the string, it will return 0
In order to distinguish 0 and false, you must use the equality operator === Or! ==