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

#include <mysqlnd_wireprotocol.h>

Data Fields

MYSQLND_PACKET_HEADER header
 
uint32_t response_code
 
uint16_t server_capabilities
 
MYSQLND_ERROR_INFO error_info
 
bool server_asked_323_auth
 
char * new_auth_protocol
 
size_t new_auth_protocol_len
 
zend_ucharnew_auth_protocol_data
 
size_t new_auth_protocol_data_len
 

Detailed Description

Definition at line 252 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ error_info

MYSQLND_ERROR_INFO st_mysqlnd_packet_chg_user_resp::error_info

Definition at line 259 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_chg_user_resp::header

Definition at line 253 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol

char* st_mysqlnd_packet_chg_user_resp::new_auth_protocol

Definition at line 262 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_data

zend_uchar* st_mysqlnd_packet_chg_user_resp::new_auth_protocol_data

Definition at line 264 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_data_len

size_t st_mysqlnd_packet_chg_user_resp::new_auth_protocol_data_len

Definition at line 265 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_len

size_t st_mysqlnd_packet_chg_user_resp::new_auth_protocol_len

Definition at line 263 of file mysqlnd_wireprotocol.h.

◆ response_code

uint32_t st_mysqlnd_packet_chg_user_resp::response_code

Definition at line 254 of file mysqlnd_wireprotocol.h.

◆ server_asked_323_auth

bool st_mysqlnd_packet_chg_user_resp::server_asked_323_auth

Definition at line 260 of file mysqlnd_wireprotocol.h.

◆ server_capabilities

uint16_t st_mysqlnd_packet_chg_user_resp::server_capabilities

Definition at line 257 of file mysqlnd_wireprotocol.h.


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