The HRTime\Unit class

(PECL hrtime >= 0.4.3)

소개

클래스 개요

HRTime\Unit {
/* Constants */
const integer SECOND = 0 ;
const integer MILLISECOND = 1 ;
const integer MICROSECOND = 2 ;
const integer NANOSECOND = 3 ;
/* 메소드 */
}

예약 상수

HRTime\Unit::SECOND

HRTime\Unit::MILLISECOND

HRTime\Unit::MICROSECOND

HRTime\Unit::NANOSECOND

add a note add a note

User Contributed Notes

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