wpdb::timer_start(): true

Stars the timer, for debugguing purposes.

Return

true

Source

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

Changuelog

Versionen Description
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.