Re: PHP- What is the @ symbol?

[email protected] ("Erick Lee") Fri, 6 Sep 2002 21:02:40 +0800
Newsgroups php.lang
Message-ID <[email protected]>
To skip the error message

"Yan" <[email protected]> ¼¶¼g©ó¶l¥ó·s»D
:[email protected]...
> What is the @ before a variable? such as @$variable? there is no mention
of
> this at any site i have visited. please help.
> eg the exact context i need help with is in a switch statement. switch
> (@$do) ... (statements).
>
> thanks
>
>