CakeFest 2024: The Official CakePHP Conference

Класс HRTime\Unit

(PECL hrtime >= 0.4.3)

Введение

Обзор классов

class HRTime\Unit {
/* Константы */
const int SECOND = 0;
const int MILLISECOND = 1;
const int MICROSECOND = 2;
const int NANOSECOND = 3;
/* Методы */
}
add a note

User Contributed Notes

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