wpdb::timer_start()
Starts the timer, for debugging purposes.
Return
(true)
Source
File: wp-includes/class-wpdb.php
public function timer_start() {
$this->time_start = microtime( true );
return true;
}
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |