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

#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
 

Detailed Description

Definition at line 237 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ error_code

unsigned char st_mysqlnd_packet_prepare_response::error_code

Definition at line 240 of file mysqlnd_wireprotocol.h.

◆ error_info

MYSQLND_ERROR_INFO st_mysqlnd_packet_prepare_response::error_info

Definition at line 247 of file mysqlnd_wireprotocol.h.

◆ field_count

unsigned int st_mysqlnd_packet_prepare_response::field_count

Definition at line 242 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_prepare_response::header

Definition at line 238 of file mysqlnd_wireprotocol.h.

◆ param_count

unsigned int st_mysqlnd_packet_prepare_response::param_count

Definition at line 243 of file mysqlnd_wireprotocol.h.

◆ stmt_id

zend_ulong st_mysqlnd_packet_prepare_response::stmt_id

Definition at line 241 of file mysqlnd_wireprotocol.h.

◆ warning_count

unsigned int st_mysqlnd_packet_prepare_response::warning_count

Definition at line 244 of file mysqlnd_wireprotocol.h.


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