HRTime
PHP Manual
PHP Manual»日期与时间相关扩展»HRTime

High resolution timing

简介

The HRTime extension implements a high resolution StopWatch class. It uses the best possible APIs on different platforms which brings resolution up to nanoseconds. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlying APIs.

注意: As of PHP 7.3.0 the related function hrtime() is part of the core.

To Top