"NSpam" <chris.newey@gmail.com> wrote in message
news:kmjWd.196201$68.98441@fe1.news.blueyonder.co. uk...[color=blue]
> John Dunlop wrote:[color=green]
> > [ This is just a start. I hope somebody will follow up with
> > more suggestions. Particularly: Is 'at-sign' the best
> > name? How about the Unicode name 'COMMERCIAL AT'? Does
> > 'error messages' include notices and warnings? What should
> > the example be? ]
> >
> > Q: What does @ (at-sign) do?
> >
> > A: @ is an operator, which, when prepended to an expression,
> > suppresses error messages.
> >
> > Example:
> >
> > [example here]
> >
> >
http://www.php.net/manual/en/languag...rorcontrol.php
> >[/color]
>
> turns off error messages - don't use it for development environments, do
> use it for production environments[/color]
Actually, the @ sign is mostly useful only during development, when the
level of error reporting is high. In a typical production environment either
error messages are turned off over all.