php隐藏NOTICE提示

php隐藏NOTICE提示

1
2
3
<?php
error_reporting(E_ALL || ~E_NOTICE);
error_reporting(E_ERROR | E_WARNING | E_PARSE);