|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
| MYSQLND_PACKET_HEADER | header |
| const char * | user |
| const zend_uchar * | auth_data |
| size_t | auth_data_len |
| const char * | db |
| const char * | auth_plugin_name |
| uint32_t | client_flags |
| uint32_t | max_packet_size |
| uint8_t | charset_no |
| bool | send_auth_data |
| bool | is_change_user_packet |
| bool | silent |
| HashTable * | connect_attr |
| size_t | db_len |
Definition at line 82 of file mysqlnd_wireprotocol.h.
| const zend_uchar* st_mysqlnd_packet_auth::auth_data |
Definition at line 85 of file mysqlnd_wireprotocol.h.
| size_t st_mysqlnd_packet_auth::auth_data_len |
Definition at line 86 of file mysqlnd_wireprotocol.h.
| const char* st_mysqlnd_packet_auth::auth_plugin_name |
Definition at line 88 of file mysqlnd_wireprotocol.h.
| uint8_t st_mysqlnd_packet_auth::charset_no |
Definition at line 91 of file mysqlnd_wireprotocol.h.
| uint32_t st_mysqlnd_packet_auth::client_flags |
Definition at line 89 of file mysqlnd_wireprotocol.h.
| HashTable* st_mysqlnd_packet_auth::connect_attr |
Definition at line 96 of file mysqlnd_wireprotocol.h.
| const char* st_mysqlnd_packet_auth::db |
Definition at line 87 of file mysqlnd_wireprotocol.h.
| size_t st_mysqlnd_packet_auth::db_len |
Definition at line 97 of file mysqlnd_wireprotocol.h.
| MYSQLND_PACKET_HEADER st_mysqlnd_packet_auth::header |
Definition at line 83 of file mysqlnd_wireprotocol.h.
| bool st_mysqlnd_packet_auth::is_change_user_packet |
Definition at line 94 of file mysqlnd_wireprotocol.h.
| uint32_t st_mysqlnd_packet_auth::max_packet_size |
Definition at line 90 of file mysqlnd_wireprotocol.h.
| bool st_mysqlnd_packet_auth::send_auth_data |
Definition at line 93 of file mysqlnd_wireprotocol.h.
| bool st_mysqlnd_packet_auth::silent |
Definition at line 95 of file mysqlnd_wireprotocol.h.
| const char* st_mysqlnd_packet_auth::user |
Definition at line 84 of file mysqlnd_wireprotocol.h.