05-08-2008, 08:53 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
The @ symbol is an error control operator, it suppresses the display of any error messages which might occur. Full details can be found on the PHP manual page Error Control Operators.
|
|
|
|