A classe HRTime\Unit

(PECL hrtime >= 0.4.3)

Introdução

Resumo da classe

class HRTime\Unit {
/* Constantes */
const int SECOND = 0;
const int MILLISECOND = 1;
const int MICROSECOND = 2;
const int NANOSECOND = 3;
/* Métodos */
}