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