gcdb::timer_start()

最后更新于:2021-11-26 09:05:59

gcdb::timer_start()

Starts the timer, for debugging purposes.

响应

(true)

源文件

文件: gc-includes/gc-db.php

	public function timer_start() {
		$this->time_start = microtime( true );
		return true;
	}