php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | isleap(y) |
Functions | |
int | cdf_timestamp_to_timespec (struct timespec *ts, cdf_timestamp_t t) |
int | cdf_timespec_to_timestamp (cdf_timestamp_t *t, const struct timespec *ts) |
char * | cdf_ctime (const time_t *sec, char *buf) |
#define isleap | ( | y | ) |
Definition at line 41 of file cdf_time.c.
char * cdf_ctime | ( | const time_t * | sec, |
char * | buf ) |
Definition at line 169 of file cdf_time.c.
int cdf_timespec_to_timestamp | ( | cdf_timestamp_t * | t, |
const struct timespec * | ts ) |
Definition at line 147 of file cdf_time.c.
int cdf_timestamp_to_timespec | ( | struct timespec * | ts, |
cdf_timestamp_t | t ) |
Definition at line 99 of file cdf_time.c.