error_reporting

error_reporting(E_ALL & ~E_NOTICE); 
error_reporting(E_ALL ^ E_NOTICE);
A 和 B 为两个集合,且 B 为 A 的子集,那么 A xor B === A and (not B)。 所以二者并无区别。
posted @ 2015-08-19 10:32  自学it技术  阅读(120)  评论(0编辑  收藏  举报