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

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
 

Detailed Description

Definition at line 39 of file mysqlnd_ps_codec.c.

Field Documentation

◆ day

unsigned int st_mysqlnd_time::day

Definition at line 41 of file mysqlnd_ps_codec.c.

◆ hour

unsigned int st_mysqlnd_time::hour

Definition at line 41 of file mysqlnd_ps_codec.c.

◆ minute

unsigned int st_mysqlnd_time::minute

Definition at line 41 of file mysqlnd_ps_codec.c.

◆ month

unsigned int st_mysqlnd_time::month

Definition at line 41 of file mysqlnd_ps_codec.c.

◆ neg

bool st_mysqlnd_time::neg

Definition at line 43 of file mysqlnd_ps_codec.c.

◆ second

unsigned int st_mysqlnd_time::second

Definition at line 41 of file mysqlnd_ps_codec.c.

◆ second_part

zend_ulong st_mysqlnd_time::second_part

Definition at line 42 of file mysqlnd_ps_codec.c.

◆ time_type

enum mysqlnd_timestamp_type st_mysqlnd_time::time_type

Definition at line 44 of file mysqlnd_ps_codec.c.

◆ year

unsigned int st_mysqlnd_time::year

Definition at line 41 of file mysqlnd_ps_codec.c.


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