Pyh.conf’25: a new PHP conference for the Russian-speaking community

La clase HRTime\Unit

(PECL hrtime >= 0.4.3)

Introducción

Sinopsis de la Clase

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

User Contributed Notes

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