PHP 8.3.4 Released!

The HRTime\Unit class

(PECL hrtime >= 0.4.3)

Giriş

Sınıf Sözdizimi

class HRTime\Unit {
/* Sabitler */
const int SECOND = 0;
const int MILLISECOND = 1;
const int MICROSECOND = 2;
const int NANOSECOND = 3;
/* Yöntemler */
}
add a note

User Contributed Notes

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