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