<?php hrtime(bool $as_number = false): array|int|float|false
<?php public function updateTime() { return $this->time = $this->useHighResolution ? \hrtime(true) * 1e-9 : \microtime(true); } public function getTime()