久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      php怎么消除notice

      php消除notice的方法:1、在php.ini文件中將error_reporting改為“E_ALL & ~E_NOTICE”;2、在禁止notice錯(cuò)誤提示的頁(yè)面中添加“error_reporting(0);”。

      php怎么消除notice

      本文操作環(huán)境:windows7系統(tǒng)、PHP7.1版、Dell G3電腦。

      php怎么消除notice?

      PHP關(guān)閉notice級(jí)別的錯(cuò)誤提示

      1、在php.ini文件中改動(dòng)error_reporting改為:

      error_reporting=E_ALL & ~E_NOTICE

      2、如果你不能操作php.ini文件,你可以使用如下方法

      在你想禁止notice錯(cuò)誤提示的頁(yè)面中加入如下代碼:

      error_reporting(E_ALL^E_NOTICE);

      error_reporting(0);

      推薦學(xué)習(xí):《PHP視頻教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)