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