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

#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
 

Detailed Description

Definition at line 69 of file php_date.h.

Field Documentation

◆ initialized

bool _php_timezone_obj::initialized

Definition at line 70 of file php_date.h.

◆ std

zend_object _php_timezone_obj::std

Definition at line 77 of file php_date.h.

◆ type

int _php_timezone_obj::type

Definition at line 71 of file php_date.h.

◆ tz

timelib_tzinfo* _php_timezone_obj::tz

Definition at line 73 of file php_date.h.

◆ [union]

union { ... } _php_timezone_obj::tzi

◆ utc_offset

timelib_sll _php_timezone_obj::utc_offset

Definition at line 74 of file php_date.h.

◆ z

timelib_abbr_info _php_timezone_obj::z

Definition at line 75 of file php_date.h.


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