error_reportingerror_reporting(E_ALL ^E_NOTICE)の使用法 error_reporting(E_ALL ~E_NOTICE) 違いは何ですか? -----解決策---------error_reporting(E_ALL ~E_NOTICE) エラー そうです error_reporting(E_ALL & ~E_NOTICE) 違いはありません echo E_ALL .' '. E_NOTICE . PHP_EOL; echo E_ALL ^ E_NOTICE , PHP_EOL; echo E_ALL & ~E_NOTICE , PHP_EOL; ログイン後にコピー30719 8 30711 30711