php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php.h>
Go to the source code of this file.
Macros | |
#define | CALENDAR_SEC "tm_sec" |
#define | CALENDAR_MIN "tm_min" |
#define | CALENDAR_HOUR "tm_hour" |
#define | CALENDAR_MDAY "tm_mday" |
#define | CALENDAR_MON "tm_mon" |
#define | CALENDAR_YEAR "tm_year" |
#define | CALENDAR_WDAY "tm_wday" |
#define | CALENDAR_YDAY "tm_yday" |
#define | CALENDAR_ISDST "tm_isdst" |
#define CALENDAR_HOUR "tm_hour" |
Definition at line 29 of file dateformat.h.
#define CALENDAR_ISDST "tm_isdst" |
Definition at line 35 of file dateformat.h.
#define CALENDAR_MDAY "tm_mday" |
Definition at line 30 of file dateformat.h.
#define CALENDAR_MIN "tm_min" |
Definition at line 28 of file dateformat.h.
#define CALENDAR_MON "tm_mon" |
Definition at line 31 of file dateformat.h.
#define CALENDAR_SEC "tm_sec" |
Definition at line 27 of file dateformat.h.
#define CALENDAR_WDAY "tm_wday" |
Definition at line 33 of file dateformat.h.
#define CALENDAR_YDAY "tm_yday" |
Definition at line 34 of file dateformat.h.
#define CALENDAR_YEAR "tm_year" |
Definition at line 32 of file dateformat.h.