Using ~ before E_NOTICE
Posted: Wed Mar 04, 2009 9:19 am
Been trying to find out why one might use a tilde '~' before E_NOTICE such as:
Searched around the web and in the manual without any joy, If someone could explain the difference of using a ~ or not please?
Thanks in advance
Code: Select all
error_reporting(E_ALL & ~E_NOTICE);
@ini_set('display_errors', 1);Thanks in advance