TheKog Posted April 16, 2008 Share Posted April 16, 2008 THis is embarrassing but what is the deal with putting '@' in front of a function name? Link to comment https://forums.phpfreaks.com/topic/101433-funcname-means-what/ Share on other sites More sharing options...
p2grace Posted April 16, 2008 Share Posted April 16, 2008 It's an error control operator. http://www.phpbuilder.com/manual/en/language.operators.errorcontrol.php Link to comment https://forums.phpfreaks.com/topic/101433-funcname-means-what/#findComment-518842 Share on other sites More sharing options...
tinker Posted April 16, 2008 Share Posted April 16, 2008 it basically suppresses any error output from that statement... Link to comment https://forums.phpfreaks.com/topic/101433-funcname-means-what/#findComment-518846 Share on other sites More sharing options...
TheKog Posted April 16, 2008 Author Share Posted April 16, 2008 thank you Link to comment https://forums.phpfreaks.com/topic/101433-funcname-means-what/#findComment-518849 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.