php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
MYSQLND_PACKET_HEADER | header |
unsigned char | error_code |
zend_ulong | stmt_id |
unsigned int | field_count |
unsigned int | param_count |
unsigned int | warning_count |
MYSQLND_ERROR_INFO | error_info |
Definition at line 237 of file mysqlnd_wireprotocol.h.
unsigned char st_mysqlnd_packet_prepare_response::error_code |
Definition at line 240 of file mysqlnd_wireprotocol.h.
MYSQLND_ERROR_INFO st_mysqlnd_packet_prepare_response::error_info |
Definition at line 247 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_prepare_response::field_count |
Definition at line 242 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_prepare_response::header |
Definition at line 238 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_prepare_response::param_count |
Definition at line 243 of file mysqlnd_wireprotocol.h.
zend_ulong st_mysqlnd_packet_prepare_response::stmt_id |
Definition at line 241 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_prepare_response::warning_count |
Definition at line 244 of file mysqlnd_wireprotocol.h.