The HRTime\Unit class

(PECL hrtime >= 0.4.3)

Introduction

Class synopsis

classHRTime\Unit {
constintSECOND = 0;
constintMILLISECOND = 1;
constintMICROSECOND = 2;
constintNANOSECOND = 3;
}
To Top