Please answer this simple SPAM challenge: min(zero, zero)? (Example: nine)
As expected, grapheme_stripos() does return boolean FALSE if the needle is not found in the haystack.Use strict type comparison to check for that condition, like:if (FALSE === grapheme_stripos('a', 'b')) {print 'Needle not found';}
<< Back to user notes page