It means that if an error is generated by that function, it is not shown. It suppresses the error so to say. As the PHP manual states:
PHP supports one error control operator: the at sign (@). When
prepended to an expression in PHP, any error messages that might be
generated by that expression will be ignored.
Look here for more information: http://php.net/manual/en/language.operators.errorcontrol.php