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

#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
 
HashTableconnect_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
 

Detailed Description

Definition at line 202 of file mysqlnd_structs.h.

Field Documentation

◆ auth_protocol

char* st_mysqlnd_session_options::auth_protocol

Definition at line 214 of file mysqlnd_structs.h.

◆ cfg_file

char* st_mysqlnd_session_options::cfg_file

Definition at line 211 of file mysqlnd_structs.h.

◆ cfg_section

char* st_mysqlnd_session_options::cfg_section

Definition at line 212 of file mysqlnd_structs.h.

◆ charset_name

char* st_mysqlnd_session_options::charset_name

Definition at line 227 of file mysqlnd_structs.h.

◆ connect_attr

HashTable* st_mysqlnd_session_options::connect_attr

Definition at line 220 of file mysqlnd_structs.h.

◆ flags

unsigned int st_mysqlnd_session_options::flags

Definition at line 204 of file mysqlnd_structs.h.

◆ init_commands

char** st_mysqlnd_session_options::init_commands

Definition at line 208 of file mysqlnd_structs.h.

◆ int_and_float_native

bool st_mysqlnd_session_options::int_and_float_native

Definition at line 231 of file mysqlnd_structs.h.

◆ local_infile_directory

char* st_mysqlnd_session_options::local_infile_directory

Definition at line 233 of file mysqlnd_structs.h.

◆ max_allowed_packet

unsigned int st_mysqlnd_session_options::max_allowed_packet

Definition at line 229 of file mysqlnd_structs.h.

◆ num_commands

unsigned int st_mysqlnd_session_options::num_commands

Definition at line 207 of file mysqlnd_structs.h.

◆ protocol

enum_mysqlnd_session_protocol_type st_mysqlnd_session_options::protocol

Definition at line 225 of file mysqlnd_structs.h.

◆ unused1

char* st_mysqlnd_session_options::unused1

Definition at line 221 of file mysqlnd_structs.h.

◆ unused2

char* st_mysqlnd_session_options::unused2

Definition at line 222 of file mysqlnd_structs.h.

◆ unused3

char* st_mysqlnd_session_options::unused3

Definition at line 223 of file mysqlnd_structs.h.


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