php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
unsigned int | year |
unsigned int | month |
unsigned int | day |
unsigned int | hour |
unsigned int | minute |
unsigned int | second |
zend_ulong | second_part |
bool | neg |
enum mysqlnd_timestamp_type | time_type |
Definition at line 39 of file mysqlnd_ps_codec.c.
unsigned int st_mysqlnd_time::day |
Definition at line 41 of file mysqlnd_ps_codec.c.
unsigned int st_mysqlnd_time::hour |
Definition at line 41 of file mysqlnd_ps_codec.c.
unsigned int st_mysqlnd_time::minute |
Definition at line 41 of file mysqlnd_ps_codec.c.
unsigned int st_mysqlnd_time::month |
Definition at line 41 of file mysqlnd_ps_codec.c.
bool st_mysqlnd_time::neg |
Definition at line 43 of file mysqlnd_ps_codec.c.
unsigned int st_mysqlnd_time::second |
Definition at line 41 of file mysqlnd_ps_codec.c.
zend_ulong st_mysqlnd_time::second_part |
Definition at line 42 of file mysqlnd_ps_codec.c.
enum mysqlnd_timestamp_type st_mysqlnd_time::time_type |
Definition at line 44 of file mysqlnd_ps_codec.c.
unsigned int st_mysqlnd_time::year |
Definition at line 41 of file mysqlnd_ps_codec.c.