コード例 #1
0
ファイル: debug.php プロジェクト: q4z1/pokerth_monthlycup
 public static function init()
 {
     if (cfg::$debug || cfg::$debug_file) {
         self::$start_time = date("H:i:s");
         self::$start_mtime = microtime($get_as_float = true);
         self::$debug_info = array();
     }
 }
コード例 #2
0
ファイル: debug.php プロジェクト: rigidus/ea
 public function startTimer()
 {
     self::$start_time = explode(" ", microtime());
 }