The "@" character silences all warning/error output from the function.
e.g. if the file you are intending to include is missing, you'll generally get an error message.
If you add the "@" character, nothing will be printed to the browser. This works for other functions as well.
e.g. @opendir("some secret folder");