php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_timelib_tzinfo Struct Reference

#include <timelib.h>

Data Fields

char * name
 
struct { 
 
   uint32_t   ttisgmtcnt 
 
   uint32_t   ttisstdcnt 
 
   uint32_t   leapcnt 
 
   uint32_t   timecnt 
 
   uint32_t   typecnt 
 
   uint32_t   charcnt 
 
_bit32 
 
struct { 
 
   uint64_t   ttisgmtcnt 
 
   uint64_t   ttisstdcnt 
 
   uint64_t   leapcnt 
 
   uint64_t   timecnt 
 
   uint64_t   typecnt 
 
   uint64_t   charcnt 
 
bit64 
 
int64_t * trans
 
unsigned char * trans_idx
 
ttinfotype
 
char * timezone_abbr
 
tlinfoleap_times
 
unsigned char bc
 
tlocinfo location
 
char * posix_string
 
timelib_posix_strposix_info
 

Detailed Description

Definition at line 189 of file timelib.h.

Field Documentation

◆ [struct]

struct { ... } _timelib_tzinfo::_bit32

◆ bc

unsigned char _timelib_tzinfo::bc

Definition at line 216 of file timelib.h.

◆ [struct]

struct { ... } _timelib_tzinfo::bit64

◆ charcnt [1/2]

uint32_t _timelib_tzinfo::charcnt

Definition at line 198 of file timelib.h.

◆ charcnt [2/2]

uint64_t _timelib_tzinfo::charcnt

Definition at line 206 of file timelib.h.

◆ leap_times

tlinfo* _timelib_tzinfo::leap_times

Definition at line 215 of file timelib.h.

◆ leapcnt [1/2]

uint32_t _timelib_tzinfo::leapcnt

Definition at line 195 of file timelib.h.

◆ leapcnt [2/2]

uint64_t _timelib_tzinfo::leapcnt

Definition at line 203 of file timelib.h.

◆ location

tlocinfo _timelib_tzinfo::location

Definition at line 217 of file timelib.h.

◆ name

char* _timelib_tzinfo::name

Definition at line 191 of file timelib.h.

◆ posix_info

timelib_posix_str* _timelib_tzinfo::posix_info

Definition at line 220 of file timelib.h.

◆ posix_string

char* _timelib_tzinfo::posix_string

Definition at line 219 of file timelib.h.

◆ timecnt [1/2]

uint32_t _timelib_tzinfo::timecnt

Definition at line 196 of file timelib.h.

◆ timecnt [2/2]

uint64_t _timelib_tzinfo::timecnt

Definition at line 204 of file timelib.h.

◆ timezone_abbr

char* _timelib_tzinfo::timezone_abbr

Definition at line 213 of file timelib.h.

◆ trans

int64_t* _timelib_tzinfo::trans

Definition at line 209 of file timelib.h.

◆ trans_idx

unsigned char* _timelib_tzinfo::trans_idx

Definition at line 210 of file timelib.h.

◆ ttisgmtcnt [1/2]

uint32_t _timelib_tzinfo::ttisgmtcnt

Definition at line 193 of file timelib.h.

◆ ttisgmtcnt [2/2]

uint64_t _timelib_tzinfo::ttisgmtcnt

Definition at line 201 of file timelib.h.

◆ ttisstdcnt [1/2]

uint32_t _timelib_tzinfo::ttisstdcnt

Definition at line 194 of file timelib.h.

◆ ttisstdcnt [2/2]

uint64_t _timelib_tzinfo::ttisstdcnt

Definition at line 202 of file timelib.h.

◆ type

ttinfo* _timelib_tzinfo::type

Definition at line 212 of file timelib.h.

◆ typecnt [1/2]

uint32_t _timelib_tzinfo::typecnt

Definition at line 197 of file timelib.h.

◆ typecnt [2/2]

uint64_t _timelib_tzinfo::typecnt

Definition at line 205 of file timelib.h.


The documentation for this struct was generated from the following file: