sorry, I am mistaken here. I forgot that "!==" is the same functionality as a "===", in that the comparison is made by value *and* type.

On Oct 16, 2005, at 11:26 PM, Jordan Miller wrote:
Also, note the warning on the man page. you would want to use a triple equals sign "!===false" because stripos could return a zero or an empty string which is actually "==false".

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to