On Friday 16 February 2001 04:19, Maxim Maletsky wrote:
> It will escape the error ... or better say you force the function to
> always return true.
[...]
> $where = @where($user);
>
> this will always return true no matter what happen

Bullshit (sorry. I just *had* to say this :). From the manual:
When prepended to an expression in PHP, any error messages that might be 
generated by that expression will be ignored.

It talks about error "messages".

The return value isn't affected in any way.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

What luck for the rulers that men do not think.

- Adolf Hitler

--
PHP General 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