最后更新于:2021-11-26 09:05:59
Starts the timer, for debugging purposes.
(true)
文件: gc-includes/gc-db.php
public function timer_start() { $this->time_start = microtime( true ); return true; }