Php/docs/hrtime-performancecounter.gettickssince

提供:Dev Guides
< Php
移動先:案内検索

HRTime\PerformanceCounter::getTicksSince

(PECL hrtime >= 0.6.0)

HRTime\PerformanceCounter::getTicksSinceTicks elapsed since the given value


説明

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

Returns the ticks count elapsed since the given start value.


パラメータ

start
Starting ticks value.


返り値

Returns int indicating the ticks count.