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

#include <mysqlnd_wireprotocol.h>

Data Fields

MYSQLND_PACKET_HEADER header
 
zend_ulong field_count
 
uint16_t warning_count
 
uint16_t server_status
 
uint64_t affected_rows
 
uint64_t last_insert_id
 
MYSQLND_STRING info_or_local_file
 
MYSQLND_ERROR_INFO error_info
 

Detailed Description

Definition at line 170 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ affected_rows

uint64_t st_mysqlnd_packet_rset_header::affected_rows

Definition at line 185 of file mysqlnd_wireprotocol.h.

◆ error_info

MYSQLND_ERROR_INFO st_mysqlnd_packet_rset_header::error_info

Definition at line 190 of file mysqlnd_wireprotocol.h.

◆ field_count

zend_ulong st_mysqlnd_packet_rset_header::field_count

Definition at line 178 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_rset_header::header

Definition at line 171 of file mysqlnd_wireprotocol.h.

◆ info_or_local_file

MYSQLND_STRING st_mysqlnd_packet_rset_header::info_or_local_file

Definition at line 188 of file mysqlnd_wireprotocol.h.

◆ last_insert_id

uint64_t st_mysqlnd_packet_rset_header::last_insert_id

Definition at line 186 of file mysqlnd_wireprotocol.h.

◆ server_status

uint16_t st_mysqlnd_packet_rset_header::server_status

Definition at line 184 of file mysqlnd_wireprotocol.h.

◆ warning_count

uint16_t st_mysqlnd_packet_rset_header::warning_count

Definition at line 183 of file mysqlnd_wireprotocol.h.


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