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
newbee question
Moderator: General Moderators
-
MasterBeta
- Forum Commoner
- Posts: 38
- Joined: Thu Apr 02, 2009 4:35 am
- Location: Lincoln, NE
Re: newbee question
It tells php not to display any errors for that particular function.