php8.5
Home/ Manual/ hrtime / hrtime-performancecounter/ HRTime\PerformanceCounter::getTicksSince

HRTime\PerformanceCounter::getTicksSince

PHP function Edit on GitHub ✎

(PECL hrtime >= 0.6.0)

Ticks elapsed since the given value

Description

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

Returns the ticks count elapsed since the given start value.

Parameters

start

Starting ticks value.

Return Values

Returns Integer indicating the ticks count.

Source: reference/hrtime/hrtime-performancecounter/gettickssince.xml · from the official PHP manual (php/doc-en)