PHP 8.4.6 Released!

HRTime\PerformanceCounter::getTicksSince

(PECL hrtime >= 0.6.0)

HRTime\PerformanceCounter::getTicksSinceTicks elapsed since the given value

Description

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

Returns the ticks count elapsed since the given start value.

Parameters

start

Starting ticks value.

Return Values

Returns int indicating the ticks count.

User Contributed Notes

There are no user contributed notes for this page.
To Top