久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      php怎樣去掉warning提示

      php去掉warning提示的方法:1、打開php.ini配置文件;2、編輯配置【display_errors = Off】;3、編輯配置【error_reporting = E_ALL】。

      php怎樣去掉warning提示

      關(guān)閉php的warning提示的方法:

      (推薦教程:php圖文教程)

      方法一:

      打開php.ini文件,修改下列屬性

      display_errors = Off error_reporting = E_ALL

      (視頻教程推薦:php視頻教程)

      方法二:

      在php文件開頭寫入:

      <?php      error_reporting(0);  ?>

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