久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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怎么關(guān)閉warning提示

      php關(guān)閉warning提示的方法是:可以通過error_reporting()函數(shù)來實現(xiàn)。error_reporting()函數(shù)可以設(shè)置當前腳本的錯誤報告級別。具體代碼為:【error_reporting(0);】。

      php怎么關(guān)閉warning提示

      要關(guān)閉warning提示可以通過error_reporting()函數(shù)來實現(xiàn)。

      (推薦教程:php教程)

      相關(guān)函數(shù)介紹:

      error_reporting() 函數(shù)規(guī)定報告哪個錯誤。該函數(shù)設(shè)置當前腳本的錯誤報告級別。該函數(shù)返回舊的錯誤報告級別。

      函數(shù)語法:

      error_reporting(report_level)

      參數(shù)介紹:

      • report_level 可選。規(guī)定當前腳本的錯誤報告級別。值數(shù)字和常量名都能接受,但是,考慮未來的 PHP 版本的兼容性,推薦使用常量名。

      代碼實現(xiàn):

      <?php     error_reporting(0); ?>

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