Php - Operator
Error Control Operators
: the at sign (@) any error messages will be ignored
if(@file_exists($file)){ // }else{ // }