ballhogjoni Posted April 29, 2008 Share Posted April 29, 2008 I would like to know what the & character does. for example: =& or &FunctionName(). Link to comment https://forums.phpfreaks.com/topic/103431-explantion-of-the-following-please/ Share on other sites More sharing options...
p2grace Posted April 29, 2008 Share Posted April 29, 2008 It tells the system to ignore any errors that function might produce. Link to comment https://forums.phpfreaks.com/topic/103431-explantion-of-the-following-please/#findComment-529651 Share on other sites More sharing options...
conker87 Posted April 29, 2008 Share Posted April 29, 2008 I thought that was '@'? Link to comment https://forums.phpfreaks.com/topic/103431-explantion-of-the-following-please/#findComment-529653 Share on other sites More sharing options...
p2grace Posted April 29, 2008 Share Posted April 29, 2008 lol woops I misread his post.... you're correct that is @ Link to comment https://forums.phpfreaks.com/topic/103431-explantion-of-the-following-please/#findComment-529654 Share on other sites More sharing options...
p2grace Posted April 29, 2008 Share Posted April 29, 2008 The "&" is used for comparing references to arrays or variables rather than the array or variable itself. I've personally never had a reason to use it. http://www.wizdforums.co.uk/showthread.php?t=2176p Link to comment https://forums.phpfreaks.com/topic/103431-explantion-of-the-following-please/#findComment-529661 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.