CakeFest 2024: The Official CakePHP Conference

HRTime\PerformanceCounter::getTicksSince

(PECL hrtime >= 0.6.0)

HRTime\PerformanceCounter::getTicksSinceTicks elapsed since the given value

Descrição

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

Returns the ticks count elapsed since the given start value.

Parâmetros

start

Starting ticks value.

Valor Retornado

Returns int indicating the ticks count.

add a note

User Contributed Notes

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