When I first started coding PHP (a mere 9 months ago) I came across the @ character preceding an expression. My Google skills are pretty good but I couldn’t find what this meant and why it might have been used. I guess I couldn’t find my answer because I wasn’t sure what question to ask. So if this helps anyone here’s a link to the PHP manual explaining the operator for error suppression.
NOTE: In my opinion this should be avoided.