摘要: 可以在php.ini中设置 date.timezone=""可以在php公共包含文件中设置 date_default_timezone_set()值可以是Asia/Shanghai PRC Gtc/GET-8毫秒获取 microtime例:<?phpclass Timer{private $startTime;private $stopTime;function __construct(){ $this->startTime=0; $this->stopTime=0;}function start(){ $this->startTime=microt 阅读全文
posted @ 2013-03-12 22:53 达也. 阅读(216) 评论(0) 推荐(0)