©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
Defined in header <time.h> | ||
---|---|---|
struct timespec; | (since C11) |
Structure holding an interval broken down into seconds and nanoseconds.
time_t tv_sec | whole seconds (valid values are >= 0) |
---|---|
long tv_nsec | nanoseconds (valid values are 0, 999999999) |
C11标准(ISO / IEC 9899:2011):
7.27.1 / 3时间分量(p:388)