PHP 7.0.6 Released

The HRTime\PerformanceCounter class

(PECL hrtime >= 0.4.3)

Introduction

Class synopsis

HRTime\PerformanceCounter {
/* Methods */
public int getElapsedTicks ( void )
public int getFrequency ( void )
public int getLastElapsedTicks ( void )
public bool isRunning ( void )
public void start ( void )
public void stop ( void )
}

Table of Contents

User Contributed Notes

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