CakeFest 2024: The Official CakePHP Conference

La clase HRTime\Unit

(PECL hrtime >= 0.4.3)

Introducción

Sinopsis de la Clase

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

User Contributed Notes

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