wpdb::timer_start()

Starts the timer, for debugging purposes.


Description Description


Return Return

(true)


Top ↑

Source Source

File: wp-includes/wp-db.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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