HRTime\PerformanceCounter
PHP Manual

HRTime\PerformanceCounter::getTicksSince

(PECL hrtime >= 0.6.0)

HRTime\PerformanceCounter::getTicksSinceTicks elapsed since the given value

Beschreibung

public static int HRTime\PerformanceCounter::getTicksSince ( int $start )

Returns the ticks count elapsed since the given start value.

Parameter-Liste

start

Starting ticks value.

Rückgabewerte

Returns integer indicating the ticks count.


HRTime\PerformanceCounter
PHP Manual