newbee question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mike.dang
Forum Newbie
Posts: 2
Joined: Wed Apr 22, 2009 4:24 am

newbee question

Post 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
MasterBeta
Forum Commoner
Posts: 38
Joined: Thu Apr 02, 2009 4:35 am
Location: Lincoln, NE

Re: newbee question

Post by MasterBeta »

It tells php not to display any errors for that particular function.
Post Reply