I've been in the process of building my own MySQL class and in working through some tutorials I've noticed that some of the built in PHP functions are preceeded by a '@'.
Example - $result = @mysql_query("SELECT * from name");
What's the significance of this?