php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
Definition at line 170 of file mysqlnd_wireprotocol.h.
uint64_t st_mysqlnd_packet_rset_header::affected_rows |
Definition at line 185 of file mysqlnd_wireprotocol.h.
MYSQLND_ERROR_INFO st_mysqlnd_packet_rset_header::error_info |
Definition at line 190 of file mysqlnd_wireprotocol.h.
zend_ulong st_mysqlnd_packet_rset_header::field_count |
Definition at line 178 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_rset_header::header |
Definition at line 171 of file mysqlnd_wireprotocol.h.
MYSQLND_STRING st_mysqlnd_packet_rset_header::info_or_local_file |
Definition at line 188 of file mysqlnd_wireprotocol.h.
uint64_t st_mysqlnd_packet_rset_header::last_insert_id |
Definition at line 186 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_rset_header::server_status |
Definition at line 184 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_rset_header::warning_count |
Definition at line 183 of file mysqlnd_wireprotocol.h.