Page 1 of 1

newbee question

Posted: Wed Apr 22, 2009 4:29 am
by mike.dang
Hi,

Can someone told me what the @ characters do for the following snippet?

@set_magic_quotes_runtime( 0 );
@ini_set('zend.ze1_compatibility_mode', '0');

The PHP manual I found online does not use @

TIA

Re: newbee question

Posted: Wed Apr 22, 2009 4:42 am
by MasterBeta
It tells php not to display any errors for that particular function.