wpdb::timer_start(): true

In this article

Starts the timer, for debugging purposes.

Return

true

Source

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

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

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