php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Data Fields | |
unsigned int | flags |
unsigned int | num_commands |
char ** | init_commands |
char * | cfg_file |
char * | cfg_section |
char * | auth_protocol |
HashTable * | connect_attr |
char * | unused1 |
char * | unused2 |
char * | unused3 |
enum_mysqlnd_session_protocol_type | protocol |
char * | charset_name |
unsigned int | max_allowed_packet |
bool | int_and_float_native |
char * | local_infile_directory |
Definition at line 202 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::auth_protocol |
Definition at line 214 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::cfg_file |
Definition at line 211 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::cfg_section |
Definition at line 212 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::charset_name |
Definition at line 227 of file mysqlnd_structs.h.
HashTable* st_mysqlnd_session_options::connect_attr |
Definition at line 220 of file mysqlnd_structs.h.
unsigned int st_mysqlnd_session_options::flags |
Definition at line 204 of file mysqlnd_structs.h.
char** st_mysqlnd_session_options::init_commands |
Definition at line 208 of file mysqlnd_structs.h.
bool st_mysqlnd_session_options::int_and_float_native |
Definition at line 231 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::local_infile_directory |
Definition at line 233 of file mysqlnd_structs.h.
unsigned int st_mysqlnd_session_options::max_allowed_packet |
Definition at line 229 of file mysqlnd_structs.h.
unsigned int st_mysqlnd_session_options::num_commands |
Definition at line 207 of file mysqlnd_structs.h.
enum_mysqlnd_session_protocol_type st_mysqlnd_session_options::protocol |
Definition at line 225 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::unused1 |
Definition at line 221 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::unused2 |
Definition at line 222 of file mysqlnd_structs.h.
char* st_mysqlnd_session_options::unused3 |
Definition at line 223 of file mysqlnd_structs.h.