My understanding is, it simple supress the any messages generated from 
the result. So I guess it is local.

Karl J. Stubsjoen wrote:

> When you @ "at" a command (supress error messaging) within a function, is
> the scope of the @ within the function?
> 
> Example:
> 
> 
> CloseODBC(1);
> 
> # is error message supressed here too?
> 
> 
> function CloseODBC($connection_id)
> {
>     # error messaging supressed
>     @odbc_close($connection_id);
> 
> }
> 
> 


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