1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. php自定義函數

        時間:2024-09-19 05:09:47 PHP 我要投稿
        • 相關推薦

        關于php自定義函數

          復制代碼 代碼如下:

          <?php

          #

          #作用:頁面無操作,自動過期函數

          #參數:$onlinetime 當前頁面最后一次使用時間

          #參數:$interval 頁面超時時間

          #返回:無

          #

          function user_mktime($onlinetime,$interval){

          $new_time = mktime();

          if($new_time-$onlinetime > $interval){

          echo "登錄超時!";

          session_destroy();

          exit();

          }else{

          $_SESSION[times] = mktime();

          }

          }

          user_mktime($_SESSION[times],3600) //1小時不使用,當前頁面自動過期

          ?>

        【php自定義函數】相關文章:

        PHP的壓縮函數06-21

        淺析php函數的實例06-08

        php外部執行命令函數10-27

        簡單介紹php構造函數用法08-31

        PHP中函數的使用說明09-01

        PHP中的排序函數區別分析08-23

        探討PHP函數的實現原理及性能07-07

        php對圖像的各種處理函數代碼總結07-03

        php字符串處理函數大全08-21

        PHP url 加密解密函數代碼方法10-25

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>