php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_date.h>
Data Fields | ||
bool | initialized | |
int | type | |
union { | ||
timelib_tzinfo * tz | ||
timelib_sll utc_offset | ||
timelib_abbr_info z | ||
} | tzi | |
zend_object | std | |
Definition at line 69 of file php_date.h.
bool _php_timezone_obj::initialized |
Definition at line 70 of file php_date.h.
zend_object _php_timezone_obj::std |
Definition at line 77 of file php_date.h.
int _php_timezone_obj::type |
Definition at line 71 of file php_date.h.
timelib_tzinfo* _php_timezone_obj::tz |
Definition at line 73 of file php_date.h.
union { ... } _php_timezone_obj::tzi |
timelib_sll _php_timezone_obj::utc_offset |
Definition at line 74 of file php_date.h.
timelib_abbr_info _php_timezone_obj::z |
Definition at line 75 of file php_date.h.