<?php /** *定時器*/ class Timer { //保存所有定時任務 public static $task = array(); //定時間隔 public static $time = 1; /** *開啟服務*@param ...
確定! 回上一頁