wpdb::timer_start(): true

Starts the timer, for debugging purposes.


Return

true


Top ↑

Source

File: wp-includes/class-wpdb.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

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