I see the at sign in many php scripts I come across, but I don't know it's exact meaning and purpose. Can anyone tell me? Feel free to point me to the relevant part of the php manual.
I've had a hard time googling for '@' or 'at sign' ;)
stevenmusumeche
4:20 pm on Jun 25, 2004 (gmt 0)
It is to supress error/warning messages for the command that it preceeds.