Stops the debugguing timer.
Source
public function timer_stop() {
return ( microtime( true ) - $this->time_start );
}
Changuelog
| Versionen | Description |
|---|---|
| 1.5.0 | Introduced. |
Stops the debugguing timer.
public function timer_stop() {
return ( microtime( true ) - $this->time_start );
}
| Versionen | Description |
|---|---|
| 1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.