Page 1 of 1

What th@ in a class

Posted: Sat Jan 04, 2003 6:37 pm
by riley
I have been reading about and trying to better understand how classes work and I see the @ symbol (i.e., @mysql_close($this->conn); ) in the classes and can't find what they represent. Doesn't seem to be used everywhere just with some of the functions.

Thanks

Posted: Sat Jan 04, 2003 8:11 pm
by mydimension
the @ symbol is not just used in classes, it is used on any function when you want to suppress error messages.