Ooops,
 if (!($variable===$other_var)){
 
 }
to be
if  ($variable!==$other_var){
 
}

----- Original Message ----- 
From: "Andrey Hristov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 1:48 PM
Subject: [PHP-DEV] The opposite of ===


> The === operator is used to do the work of == and check if the type is equal. Is 
>there !=== or !==, to to the following :
> if (!($variable===$other_var)){
> 
> }
> 
> to be
> if (!($variable!==$other_var)){
> 
> }
> 
> Thanks
> 
> Andrey Hristov
> IcyGEN Corporation
> http://www.icygen.com
> BALANCED SOLUTIONS
> 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to