Hello,

yes, !==

Derick

On Fri, 16 Nov 2001, Andrey Hristov wrote:

> 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