HRTime\PerformanceCounter::getTicks
PHP Manual
PHP Manual»HRTime\PerformanceCounter»HRTime\PerformanceCounter::getTicks

HRTime\PerformanceCounter::getTicks

(PECL hrtime >= 0.6.0)

HRTime\PerformanceCounter::getTicksCurrent ticks from the system

Beschreibung

public static function HRTime\PerformanceCounter::getTicks(): int

Returns the ticks count.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns int indicating the ticks count.

To Top