update pague now

Introduction

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

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

add a note

User Contributed Notes

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