久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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執(zhí)行超時(shí)時(shí)間設(shè)置

      php執(zhí)行超時(shí)時(shí)間設(shè)置

      php執(zhí)行超時(shí)時(shí)間設(shè)置

      1、在php.ini文件中找到“max_execution_time”配置項(xiàng),修改對(duì)應(yīng)的值即可;

      打開(kāi)php.ini文件,找到:

      max_execution_time=30

      修改為:

      max_execution_time=600

      2、通過(guò)php內(nèi)置函數(shù)“ini_set”來(lái)修改“max_execution_time”配置項(xiàng)即可;

      <?php ini_set('max_execution_time', 600);//秒為單位,自己根據(jù)需要定義


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