|
Posted by Jordan Miller on 10/06/06 11:29
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".
Navigation:
[Reply to this message]
|